Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. 11:47:36.851 T:1925528064 ERROR: Control 50 in window 10025 has been asked to focus, but it can't
  2. 11:47:38.830 T:1337979648 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.AttributeError'>
  5. Error Contents: 'NoneType' object has no attribute 'start'
  6. Traceback (most recent call last):
  7. File "/home/osmc/.kodi/addons/plugin.video.npr/default.py", line 12, in <module>
  8. ma.processAddonEvent()
  9. File "/home/osmc/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 231, in processAddonEvent
  10. if mode== None: self.procDir(self.getAddonMenu, p('url'), 'files', 'default_view')
  11. File "/home/osmc/.kodi/addons/script.module.t1mlib/lib/t1mlib.py", line 156, in procDir
  12. ilist = dirFunc(url, ilist)
  13. File "/home/osmc/.kodi/addons/plugin.video.npr/resources/lib/scraper.py", line 29, in getAddonMenu
  14. cats = re.compile('<a href="(.+?)">(.+?)<',re.DOTALL).findall(html,m.start(1),m.end(1))
  15. AttributeError: 'NoneType' object has no attribute 'start'
  16. -->End of Python script error report<--
  17. 11:47:39.091 T:1925528064 ERROR: GetDirectory - Error getting plugin://plugin.video.npr/
  18. 11:47:39.092 T:1925528064 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.npr/) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement