You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin stopped working. Something to do with URLs?
2019-11-29 10:07:53.917 T:1363239648 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 -3] Temporary failure in name resolution>
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.audio.radiobrowser/main.py", line 206, in
data = downloadFile('http://www.radio-browser.info/webservice/v2/json/url/'+str(stationid),None)
File "/home/kodi/.kodi/addons/plugin.audio.radiobrowser/main.py", line 57, in downloadFile
response = urllib2.urlopen(req)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Plugin stopped working. Something to do with URLs?
2019-11-29 10:07:53.917 T:1363239648 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 -3] Temporary failure in name resolution>
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.audio.radiobrowser/main.py", line 206, in
data = downloadFile('http://www.radio-browser.info/webservice/v2/json/url/'+str(stationid),None)
File "/home/kodi/.kodi/addons/plugin.audio.radiobrowser/main.py", line 57, in downloadFile
response = urllib2.urlopen(req)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: