jody 4 Posted May 11, 2015 Posted May 11, 2015 hi there, am using latest kodi on arch with emby latest 1.0.1. When running the emby it starts to sync media and then gives me script error and stops, nothing synced. Error log is attached. I think the funky part is here: 18:11:56 T:140223493170944 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'sqlite3.OperationalError'> Error Contents: no such table: path Traceback (most recent call last): File "/home/rusty/.kodi/addons/plugin.video.emby/service.py", line 198, in <module> Service().ServiceEntryPoint() File "/home/rusty/.kodi/addons/plugin.video.emby/service.py", line 133, in ServiceEntryPoint libSync = librarySync.FullLibrarySync() File "/home/rusty/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 78, in FullLibrarySync self.MoviesFullSync(connection,cursor,pDialog) File "/home/rusty/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 169, in MoviesFullSync WriteKodiVideoDB().addOrUpdateMovieToKodiLibrary(item["Id"],connection, cursor, view.get('title')) File "/home/rusty/.kodi/addons/plugin.video.emby/resources/lib/WriteKodiVideoDB.py", line 128, in addOrUpdateMovieToKodiLibrary cursor.execute("SELECT idPath as pathid FROM path WHERE strPath = ?",(path,)) OperationalError: no such table: path -->End of Python script error report<-- Not sure how to fix it though... any ideas? emby.txt
Solution marcelveldt 736 Posted May 11, 2015 Solution Posted May 11, 2015 You're running Isengard... Please update to the latest beta of Isengard, only the latest beta is supported 2
jody 4 Posted May 11, 2015 Author Posted May 11, 2015 You're running Isengard... Please update to the latest beta of Isengard, only the latest beta is supported Thank you and sorry I should have read the instructions properly. 1
Recommended Posts