Jump to content

emby addon first sync script error


Go to solution Solved by marcelveldt,

Recommended Posts

Posted

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
Posted

You're running Isengard... Please update to the latest beta of Isengard, only the latest beta is supported

  • Like 2
Posted

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.

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