Kodi Community Forum

Full Version: NPR video music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I
Ive got an error with NPR VIDEO MUSIC add on. I have this log :

 EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--                                                                        - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  Error Type: <type 'exceptions.AttributeError'>                                                                     Error Contents: 'NoneType' object has no attribute 'start'                                                         Traceback (most recent call last):                                                                                 File "/home/pi/.kodi/addons/plugin.video.npr/default.py", line 12, in <module>                                                                                                ma.processAddonEvent()                                                                                                         File "/home/pi/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 231, in processAddonEvent                                                                               if mode==  None:  self.procDir(self.getAddonMenu,    p('url'), 'files', 'default_view')                                                                                   File "/home/pi/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 156, in procDir                                                                                         ilist = dirFunc(url, ilist)                                                                                                                                               File "/home/pi/.kodi/addons/plugin.video.npr/resources/lib/scraper.py", line 29, in getAddonMenu                                                                              cats = re.compile('<a href="(.+?)">(.+?)<',re.DOTALL).findall(html,m.start(1),m.end(1))                                                                                 AttributeError: 'NoneType' object has no attribute 'start'                                                                                                                  -->End of Python script error report<--   


Can someone help ?

Thank you
cheers !
(2020-04-18, 17:34)Nada81 Wrote: [ -> ]I have this log

That is not a log... Please follow directions for providing a proper debug log (wiki). And via a pastebin site, not splattered directly into the forum.
Sorry im a newbie !
cheers
Here the log with debug mode : https://paste.kodi.tv/woxusoyeyi.kodi
That "log" contains 1 single line of text. Confused
It doesn't help.