Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 11:05:14 T:139656387462912 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 'find_all'
  5. Traceback (most recent call last):
  6. File "/home/kodi/.kodi/addons/plugin.video.democracynownow/dnownow.py", line 107, in <module>
  7. ps = get_past_shows()
  8. File "/home/kodi/.kodi/addons/plugin.video.democracynownow/dnownow.py", line 31, in get_past_shows
  9. for link in content.find_all('a'):
  10. AttributeError: 'NoneType' object has no attribute 'find_all'
  11. -->End of Python script error report<--
  12. 11:05:14 T:139657338042368 ERROR: GetDirectory - Error getting plugin://plugin.video.democracynownow/
  13. 11:05:14 T:139657338042368 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.democracynownow/) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement