Kodi stops working with a Python Error
#1
Question 
Hi All,

Kodi on Win 7 64 bit system stops working as soon as it is intialized - log extract where the problem occurs (I believe ) is below, and complete log attached as well.

Code:
07:31:09 T:3460   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
07:31:09 T:3460   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
07:31:09 T:3460   ERROR: XFILE::CFileCache::Open - failed to open source <http://raw.github.com/scott967/Aeon_MQ5_Mod_Helix/master/addons.xml.md5>
07:31:09 T:3460   ERROR: Failed to fetch checksum for directory listing http://raw.github.com/scott967/Aeon_MQ5_Mod_Helix/master/addons.xml for repository repository.aeon-mq5-mod-helix.
07:31:09 T:13124   ERROR: EXCEPTION: access_violation
07:31:09 T:12548   ERROR: File::Open - unknown exception when opening C:\Users\Oommens\AppData\Roaming\Kodi\userdata\playlists\video\HD Movies.xsp
07:31:09 T:12548   ERROR: Error loading Smart playlist special://profile/playlists/video/HD Movies.xsp (failed to read file)
07:31:09 T:4632  NOTICE: -->Python Interpreter Initialized<--
07:31:09 T:13124   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: access_violation
                                            Traceback (most recent call last):
                                              File "C:\Users\Oommens\AppData\Roaming\Kodi\addons\script.randomandlastitems\randomandlastitems.py", line 847, in <module>
                                                _getMovies()
                                              File "C:\Users\Oommens\AppData\Roaming\Kodi\addons\script.randomandlastitems\randomandlastitems.py", line 108, in _getMovies
                                                _json_query = xbmc.executeJSONRPC('{"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": "%s", "media": "video", "properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director", "dateadded"]}, "id": 1}' %(PLAYLIST))
                                            RuntimeError: access_violation
                                            -->End of Python script error report<--

Kodi Syslog 072215 on Pastebin

All help appreciated, thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi stops working with a Python Error0