Script failure again. I wish they'd quit changing things!
Any gurus out there able to quickfix this?
Code:
19:23:10 T:3780 ERROR: 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 'findNext'
Traceback (most recent call last):
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.fox.news\default.py", line 227, in <module>
get_categories()
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.fox.news\default.py", line 48, in get_categories
for i in h.findNext('ul')('a'):
AttributeError: 'NoneType' object has no attribute 'findNext'
-->End of Python script error report<--
19:23:10 T:2372 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.fox.news
19:23:10 T:2372 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fox.news) failed
Any gurus out there able to quickfix this?