Kodi Community Forum
music plugin jango doesn't work with this skin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: music plugin jango doesn't work with this skin (/showthread.php?tid=309713)



music plugin jango doesn't work with this skin - mjnman - 2017-03-16

Hi guys,
In any menus if I try to start Jango plugin from AEON MQ7 skin obtain in log file the error below:

23:13:03 T:140293001135872 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.HTTPError'>
Error Contents: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/home/mediacenter/.kodi/addons/plugin.audio.jango/default.py", line 897, in <module>
station_history(type)
File "/home/mediacenter/.kodi/addons/plugin.audio.jango/default.py", line 209, in station_history
link = net.http_GET(refurl,headers=headers).content.encode("utf-8").replace('\n','').replace("'",'"')
File "/home/mediacenter/.kodi/addons/script.module.t0mm0.common/lib/t0mm0/common/net.py", line 183, in http_GET
return self._fetch(url, headers=headers, compression=compression)
File "/home/mediacenter/.kodi/addons/script.module.t0mm0.common/lib/t0mm0/common/net.py", line 264, in _fetch
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 437, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
-->End of Python script error report<--

On the same section if I switch from AEON MQ7 to Confluence skins e take the same action, start from Audio section -> add-ons...works correctly UndecidedUndecidedUndecided.
If I comeback to AEON MQ7 skin the plugin continues to work.
confluence skin maybe loads some modules plus than AEON MQ7?