Jump to content

Error on Sony TV


Malefunk

Recommended Posts

Malefunk

Hi,

i have a new Sony X850C and wanted to try Kodi with the emby plugin. I proceed so far to install Kodi 16 Nightly and the emby plugin.

Server Login works, too, but the sync fails. I think this is the relevant part, maybe it's helpful:

 

emby plugin is 1.1.39

Kodi 16.0-alpha4 Git:2015-10-27-e83e2f9

19:50:27 T:18446744072059857808  NOTICE: EMBY WriteKodiVideoDB -> Movie Id: 64d914aa07745f7a4bb7c0ff3587e6a5 not found.
19:50:27 T:18446744072059857808  NOTICE: EMBY WriteKodiVideoDB -> ADD movie to Kodi Library, Id: 64d914aa07745f7a4bb7c0ff3587e6a5 - Title: Zwischen allen Linien - Das verlorene Bataillon
19:50:27 T:18446744072059857808  NOTICE: Sync DB -> syncDatabase Exiting
19:50:27 T:18446744072059857808  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 "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/default.py", line 125, in <module>
                                                Main()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/default.py", line 66, in __init__
                                                LibrarySync().FullLibrarySync(True)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 147, in FullLibrarySync
                                                self.MoviesFullSync(connection,cursor,pDialog)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 274, in MoviesFullSync
                                                WriteKodiVideoDB().addOrUpdateMovieToKodiLibrary(item["Id"],connection, cursor, title)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/WriteKodiVideoDB.py", line 189, in addOrUpdateMovieToKodiLibrary
                                                cursor.execute("SELECT idPath as pathid FROM path WHERE strPath = ?", (path,))
                                            OperationalError: no such table: path
                                            -->End of Python script error report<--

Link to comment
Share on other sites

xnappo

You are using a Kodi alpha.  Only releases and release candidates are supported.

 

That said - in preparation for supporting alphas - we *attempt* to keep up with DB changes in the beta - so if you are on the LATEST alpha you can try our LATEST beta - but if it does not work, you will just have to wait.

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

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