I keep getting error 2000 (URLError)
http://192.168.0.3:32400/system/players/192.168.0.5/application/playMedia?key=/library/metadata/96392&path=http://192.168.0.3:32400/library/metadata/96392&X-Plex-Token=My_Plex_Token_Here
Where My_Plex_Token_Here is actually filled with the token combo.
The xml file that appears says
Traceback (most recent call last): File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 843, in handlerequest result = f(d) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\System.bundle\Contents\Code\playerservice.py", line 67, in process_legacy_remote_command result = cmd(kwargs) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\code\sandbox.py", line 19, in _apply return apply(f, args, kwargs) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\playerkit.py", line 52, in __call_ return self.format_response(self._player._send_http_command(cmd)) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\playerkit.py", line 194, in _send_http_command response = self._core.networking.http_request(("http://%s:%s/xbmcCmds/xbmcHttp?command=" % (self._host, self._http_port)) + urllib.quote(cmd), cacheTime=0, immediate=True) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components etworking.py", line 370, in http_request return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method) File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components etworking.py", line 141, in __init_ self.load() File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1bef33a\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components etworking.py", line 181, in load f = self._opener.open(req, timeout=self._timeout) File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 404, in open response = self._open(req, data) File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 422, in _open '_open', req) File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1214, in http_open return self.do_open(httplib.HTTPConnection, req) File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1184, in do_open raise URLError(err) URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>
At the end it says the target machine is refusing it. I’ve tried sending it to an Android client and enabled the remote connection setting in the app, to no avail. And tried sending it to a web client, to no avail either. I’m so lost at this point, any help would be really appreciated.
