2013-02-04, 19:01
(2013-02-03, 21:11)mattmbk Wrote:(2013-02-01, 21:49)Carb0 Wrote: @mattmbk: Try updating the httplib2 module: httplib2 0.7.7
Extract it and overwrite the files in the addon folder. You can also try updating trough XBMC but I don't know if it works. If it still doesn't work and you use a proxy, disable it and try to start the addon again.
Thanks, but no joy. I got the same error
I'm getting a similar error when trying to load this season's Condensed games. Last year's seem fine, and Live games seem fine. I've also tried updating the httplib2 module per the link, and it didn't change anything. From the log (if you need anything else, just let me know):
10:17:09 T:6764 NOTICE: -->Python Interpreter Initialized<--
10:17:09 T:6764 NOTICE: Mode: 2
10:17:09 T:6764 NOTICE: URL: /condensed/2012
10:17:09 T:6764 NOTICE: Name: 2012 - 2013
10:17:09 T:6764 NOTICE: /condensed/2012
10:17:57 T:6764 ERROR: EXCEPTION: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::addDirectoryItem"
10:17:57 T:6764 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::addDirectoryItem"
Traceback (most recent call last):
File "C:\Users\Ben\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\gamecenter.py", line 934, in <module>
MONTH(url,name)
File "C:\Users\Ben\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\gamecenter.py", line 392, in MONTH
addDir(local_string(31207),url+'/07',3,ICON)
File "C:\Users\Ben\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\gamecenter.py", line 889, in addDir
ok=xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]),url=u,listitem=liz,isFolder=True)
RuntimeError: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::addDirectoryItem"
-->End of Python script error report<--
10:18:00 T:4188 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nhl-gamecenter/?mode=2&name=2012%20-%202013&url=%2fcondensed%2f2012
10:18:00 T:4188 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhl-gamecenter/?mode=2&name=2012%20-%202013&url=%2fcondensed%2f2012) failed
And thanks for all your work on this, I like this interface way better than the official one.