urllib2.URLError - Need help
#1
Sad 
Can anyone help me with this. Not matter what addon i use i get the following message in xbmc 13.2
i try the plugin.video.lachschon_de-1.0.6

Code:
00:42:41 T:6460   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>
                                            Traceback (most recent call last):
                                              File "C:\Users\Amir\AppData\Roaming\XBMC\addons\plugin.video.MyTV_TV\default.py", line 646, in <module>
                                                CATEGORIES()
                                              File "C:\Users\Amir\AppData\Roaming\XBMC\addons\plugin.video.MyTV_TV\default.py", line 70, in CATEGORIES
                                                listCatagories('http://http://google.com/')
                                              File "C:\Users\Amir\AppData\Roaming\XBMC\addons\plugin.video.MyTV_TV\default.py", line 108, in listCatagories
                                                content = getUrl(url)
                                              File "C:\Users\Amir\AppData\Roaming\XBMC\addons\plugin.video.MyTV_TV\default.py", line 539, in getUrl
                                                response = urllib2.urlopen(req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 404, in open
                                                response = self._open(req, data)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 422, in _open
                                                '_open', req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1214, in http_open
                                                return self.do_open(httplib.HTTPConnection, req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\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>
                                            -->End of Python script error report<--
Reply

Logout Mark Read Team Forum Stats Members Help
urllib2.URLError - Need help0