Video Plugs ins stopped working
#1
All of my vedio plugins stop working for some strange reason. the log has this

00:57:13 T:139846518265600 NOTICE: -->Python Interpreter Initialized<--
00:57:14 T:139846793303808 NOTICE: Thread BackgroundLoader start, auto delete: false
00:57:16 T:139846048777984 NOTICE: Thread LanguageInvoker start, auto delete: false
00:57:16 T:139846048777984 NOTICE: -->Python Interpreter Initialized<--
00:57:17 T:139846048777984 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 216, in <module>
display_categories()
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 69, in display_categories
cats = cache.cacheFunction(cache_categories)
File "/home/xbmc/.xbmc/addons/script.common.plugin.cache/lib/StorageServer.py", line 563, in cacheFunction
ret_val = funct(*args)
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 58, in cache_categories
soup = BeautifulSoup(make_request(url), 'html.parser')
File "/home/xbmc/.xbmc/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 162, in __init__
elif len(markup) <= 256:
TypeError: object of type 'NoneType' has no len()
-->End of Python script error report<--
00:57:17 T:139849227212736 ERROR: GetDirectory - Error getting plugin://plugin.video.cnet.podcasts/
00:57:17 T:139849227212736 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cnet.podcasts/) failed
00:57:17 T:139846793303808 NOTICE: Thread BackgroundLoader start, auto delete: false
00:57:47 T:139846048777984 NOTICE: Thread LanguageInvoker start, auto delete: false
00:57:47 T:139846048777984 NOTICE: -->Python Interpreter Initialized<--
00:57:47 T:139846048777984 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 216, in <module>
display_categories()
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 69, in display_categories
cats = cache.cacheFunction(cache_categories)
File "/home/xbmc/.xbmc/addons/script.common.plugin.cache/lib/StorageServer.py", line 563, in cacheFunction
ret_val = funct(*args)
File "/home/xbmc/.xbmc/addons/plugin.video.cnet.podcasts/default.py", line 58, in cache_categories
soup = BeautifulSoup(make_request(url), 'html.parser')
File "/home/xbmc/.xbmc/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 162, in __init__
elif len(markup) <= 256:
TypeError: object of type 'NoneType' has no len()
-->End of Python script error report<--
00:57:47 T:139849227212736 ERROR: GetDirectory - Error getting plugin://plugin.video.cnet.podcasts/
00:57:47 T:139849227212736 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cnet.podcasts/) failed
00:57:47 T:139846048777984 NOTICE: Thread BackgroundLoader start, auto delete: false


is there anything that can be done? thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Video Plugs ins stopped working0