Recently I started to getting errors with Jango plugin 0.8.6 on Kodi 16.Sadly, Jango add-on not working on Kodi 16.x &17.x for a while now. Is this a dead add-on? Thanks.
File "/storage/.kodi/addons/plugin.audio.jango/default.py", line 729, in regex_from_to
r = re.search("(?i)" + from_string + "([\S\s]+?)" + to_string, text).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
works good thanx.Recently I started to getting errors with Jango plugin 0.8.6 on Kodi 16.
Looking in the logs I found the following error:
It seems that the plugin isn't aware of some change made on Jango service.Code:File "/storage/.kodi/addons/plugin.audio.jango/default.py", line 729, in regex_from_to r = re.search("(?i)" + from_string + "([\S\s]+?)" + to_string, text).group(1) AttributeError: 'NoneType' object has no attribute 'group'
To fix the plugin (version 0.8.6) I changed two lines of code on .kodi/addons/plugin.audio.jango/default.py and posted on https://pastebin.com/XC2MkXhV
Hope this helps
Luca
yea it is broke, 0.8.8 will roll out shortly.Is this fix still working? I did the patch, or actually replaced the default.py with the one from pastebin and it doesn't work for me. Any ideas? Using Kodi 16.1, tried patching jango 0.8.7 and 0.8.6, neither would work.
Yes, Jango stopped working for us too. This is really too bad for such a great add-on. We hope someone can fix it.Sadly 0.8.8 stopped working for me a few days ago. Just me or is it down for everyone else?
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
M | Jango error | Music Addons | 4 | |
B | [REQUEST] Jango online radio.... like Pandora but less ads | Addon Requests | 1 | |
I | [REQUEST] Jango | Music Addons | 4 |