treason 11 Posted January 10, 2019 Share Posted January 10, 2019 I'm on the latest beta, and I reset my database and tried to sync and I repeativly get this crash 17:47:29.148 T:3834639088 NOTICE: EMBY.full_sync -> starting sync with [u'57703e1cea529d7d07ec197b8fb217ef', u'Boxsets:57703e1cea529d7d07ec197b8fb217ef', u'1936c337f4d60279d1f0c0ef7d365fce', u'Boxsets:1936c337f4d60279d1f0c0ef7d365fce', u'a4f992b298a695e23dd4772b5716f9df', u'Boxsets:a4f992b298a695e23dd4772b5716f9df', u'7c6b1294b30d4c722993e4036d0425ac', u'7420614390edd3b1d53096584a86cf7d', u'60c6bb241c9195d4b536e84e02b31783'] 17:47:29.196 T:3834639088 NOTICE: EMBY.helper.wrapper -> Processing Kids Movies: 57703e1cea529d7d07ec197b8fb217ef 17:47:29.599 T:3834639088 NOTICE: EMBY.database -> ERROR:: type: <class 'sqlite3.OperationalError'> value: no such table: movie 17:47:32.663 T:3834639088 NOTICE: Previous line repeats 1 times. 17:47:32.663 T:3834639088 NOTICE: EMBY.full_sync -> ERROR:: full sync exited unexpectedly 17:47:32.677 T:3834639088 NOTICE: EMBY.library -> ERROR:: no such table: movie Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/library.py", line 493, in add_library FullSync(self, library_id, update=update) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 62, in __init__ self.start() File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 158, in start self.process_library(library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 215, in process_library media[library['CollectionType']](library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 38, in wrapper result = func(self, dialog=dialog, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 254, in movies obj.movie(movie, library=library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 97, in wrapper return func(*args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 110, in wrapper return func(self, item, e_item=e_item, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 167, in wrapper return func(self, item, *args, **kwargs) File "/home/osmc/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/movies.py", line 68, in movie obj['MovieId'] = self.create_entry() File "/home/osmc/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/kodi/movies.py", line 36, in create_entry self.cursor.execute(QU.create_movie) OperationalError: no such table: movie 17:47:34.549 T:3619689200 NOTICE: EMBY.entrypoint.default -> path: ?content_type=video params: { "content_type": "video" } I'm on OSMC, Vero 4k leia, latest emby everything. Thanks Link to comment Share on other sites More sharing options...
Angelblue05 4127 Posted January 10, 2019 Share Posted January 10, 2019 (edited) I am about to push a fix for that. You are likely on the Kodi version that bumped the db version to 114. https://emby.media/community/index.php?/topic/67537-emby-for-kodi-database-difficulties-113db-144db/ Edited January 10, 2019 by Angelblue05 Link to comment Share on other sites More sharing options...
treason 11 Posted January 10, 2019 Author Share Posted January 10, 2019 Thanks but how does that fix it right now? I dont understand Link to comment Share on other sites More sharing options...
Solution Angelblue05 4127 Posted January 10, 2019 Solution Share Posted January 10, 2019 (edited) I linked the wrong thread, so you are right, it doesn't help fix it right now. I can't find the thread right now, anyway. Here what you can do, in the kodi userdata folder > addon_data > plugin.video.emby > objects > open obj_map.json in notepad and edit the video line to reflect 114.db instead of 113.db Or you can just wait, I should have a new build out later today to fix it (an hour or two max). Edited January 10, 2019 by Angelblue05 1 Link to comment Share on other sites More sharing options...
Angelblue05 4127 Posted January 11, 2019 Share Posted January 11, 2019 This should be fixed with 3.1.38. Restart Kodi, then it should work. I made some adjustments, and added some warnings. Hopefully it never truly breaks like this from now on... Link to comment Share on other sites More sharing options...
Guest Posted January 11, 2019 Share Posted January 11, 2019 I still have the same error with version 3.1.39a (see https://emby.media/community/index.php?/topic/67711-emby-for-kodi-not-auto-updating-libraries-after-server-update-4000/page-2&do=findComment&comment=676776) in obj_map.json there is an entry "video": "special://database/MyVideos114.db", do you have any idea? Link to comment Share on other sites More sharing options...
Angelblue05 4127 Posted January 11, 2019 Share Posted January 11, 2019 @@effe.rnr I've just replied to your OP. Link to comment Share on other sites More sharing options...
Recommended Posts