Guest User

Untitled

a guest
Jun 6th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 20:49:28.244 T:1350562560   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2.                                              - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3.                                             Error Type: <type 'exceptions.AttributeError'>
  4.                                             Error Contents: 'NoneType' object has no attribute 'start'
  5.                                             Traceback (most recent call last):
  6.                                               File "/home/osmc/.kodi/addons/plugin.video.npr/default.py", line 12, in <module>
  7.                                                 ma.processAddonEvent()
  8.                                               File "/home/osmc/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 231, in processAddonEvent
  9.                                                 if mode==  None:  self.procDir(self.getAddonMenu,    p('url'), 'files', 'default_view')
  10.                                               File "/home/osmc/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 156, in procDir
  11.                                                 ilist = dirFunc(url, ilist)
  12.                                               File "/home/osmc/.kodi/addons/plugin.video.npr/resources/lib/scraper.py", line 29, in getAddonMenu
  13.                                                 cats = re.compile('<a href="(.+?)">(.+?)<',re.DOTALL).findall(html,m.start(1),m.end(1))
  14.                                             AttributeError: 'NoneType' object has no attribute 'start'
  15.                                             -->End of Python script error report<--
Add Comment
Please, Sign In to add comment