Jump to content

Failed to Load


bpfeil
Go to solution Solved by im85288,

Recommended Posts

bpfeil

Working on getting this set up and I am getting this error out of the XBMC log.

 

07:30:31 T:10568  NOTICE: ===== XBMB3C START =====
07:30:31 T:10568  NOTICE: XBMB3C -> running Python: sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
07:30:31 T:10568  NOTICE: XBMB3C -> running XBMB3C: 0.8.6
07:30:31 T:10568  NOTICE: 13.0 Git:20140504-0d1d803
07:30:31 T:10568  NOTICE: XBMB3C -> Platform: Windows
07:30:31 T:10568  NOTICE: XBMB3C -> LogLevel:  0
07:30:31 T:10568  NOTICE: XBMB3C 0 -> Version : 13.0 - {u'major': 13, u'tag': u'stable', u'minor': 0, u'revision': u'20140504-0d1d803'}
07:30:33 T:10568   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: invalid literal for int() with base 10: ''
                                            Traceback (most recent call last):
                                              File "C:\Users\User\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py", line 1744, in <module>
                                                if int(xbmcgui.Window(10000).getProperty("XBMB3C_Service_Timestamp")) + 10 < int(time.time()):
                                            ValueError: invalid literal for int() with base 10: ''
                                            -->End of Python script error report<--
07:30:33 T:19152   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmb3c/
07:30:33 T:19152   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmb3c/) failed
Link to comment
Share on other sites

  • Solution
im85288

The first thing I would say is try the latest version of xbmb3c available from the repo provided here. The log says you are using 0.8.6 whereas the latest in the repo in this site is 0.9.12 

Edited by im85288
  • Like 1
Link to comment
Share on other sites

bpfeil

That seemed to do the trick. I could only find 0.9.0 though.  It's good to know that the XBMC repo isn't up to date.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...