Jump to content

Version 0.1.0 work with Isenguard beta 1?


riffy
Go to solution Solved by riffy,

Recommended Posts

riffy

Does the new version 0.1.0 work with Isenguard beta 1? Or supposed to work? All I'm getting is this at startup:

 

20:55:22 T:23780  NOTICE: File_Lock_On C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\machine_guid.lock obtained
20:55:22 T:23780  NOTICE: EMBY ClientInformation -> ClientId saved to WINDOW: 2AB17815052B44A8A53E8A297674D1FB
20:55:22 T:23780  NOTICE: File_Lock_On C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\machine_guid.lock released
20:55:22 T:23780  NOTICE: EMBY Service -> Server is online and ready.
20:55:22 T:38308  NOTICE: EMBY UserClient -> |---- Starting UserClient ----|
20:55:22 T:38308  NOTICE: EMBY DownloadUtils -> Requests session started on: http://192.168.1.100:8096
20:55:22 T:38308  NOTICE: EMBY DownloadUtils -> Posted capabilities to http://192.168.1.100:8096
20:55:22 T:38308  NOTICE: EMBY UserClient -> Current user: Riffy
20:55:22 T:38308  NOTICE: EMBY UserClient -> Current userId: 77ad21b99faa58f77a57c9c663bfec42
20:55:22 T:38308  NOTICE: EMBY UserClient -> Current accessToken: f796c5aa5aab434f8b3f0eefbc6a69e0
20:55:23 T:23780  NOTICE: EMBY Service -> Doing_Db_Sync: syncDatabase (Started)
20:55:23 T:52304  NOTICE: EMBY WebSocketThread -> websocket URL: ws://192.168.1.100:8096?api_key=f796c5aa5aab434f8b3f0eefbc6a69e0&deviceId=2AB17815052B44A8A53E8A297674D1FB
20:55:23 T:31760  NOTICE: script.tv.show.next.aired: ### exiting this duplicate background-proc (skin vs service)
20:55:24 T:23780  NOTICE: ADD movie to Kodi library -> Id: 2a7ae78494994572889188409003a9b5 - Title: Zulu
20:55:24 T:23780  NOTICE: AddTagToMedia -> Adding tag: Movies
20:55:24 T:23780  NOTICE: addVideoNodesForTag -> Creating nodes for tag: Movies
20:55:24 T:23780  NOTICE: Sync DB -> syncDatabase Exiting
20:55:24 T:23780   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object is not callable
                                            Traceback (most recent call last):
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\service.py", line 182, in <module>
                                                Service().ServiceEntryPoint()
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\service.py", line 117, in ServiceEntryPoint
                                                libSync = librarySync.FullLibrarySync()
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\resources\lib\LibrarySync.py", line 67, in FullLibrarySync
                                                self.MoviesFullSync(connection,cursor,pDialog)
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\resources\lib\LibrarySync.py", line 141, in MoviesFullSync
                                                WriteKodiDB().addOrUpdateMovieToKodiLibrary(item["Id"],connection, cursor, view.get('title'))
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\resources\lib\WriteKodiDB.py", line 162, in addOrUpdateMovieToKodiLibrary
                                                self.AddTagToMedia(movieid, viewTag, "movie", cursor)
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\resources\lib\WriteKodiDB.py", line 912, in AddTagToMedia
                                                self.addVideoNodesForTag(tag, mediatype)
                                              File "C:\MyApps\Kodi\portable_data\addons\plugin.video.emby\resources\lib\WriteKodiDB.py", line 1066, in addVideoNodesForTag
                                                ET.ElementTree(root).write(nodefile)
                                              File "C:\MyApps\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 799, in write
                                                if hasattr(file_or_filename, "write"):
                                            TypeError: 'NoneType' object is not callable
                                            -->End of Python script error report<--
 
Link to comment
Share on other sites

riffy

It errors then just sticks at "Processing Movies (1 of blah blah)". Nothing after that ever happens.

Link to comment
Share on other sites

  • Solution
riffy

Deleted the entire database folder... seems to be working now. Deleting just the video database in the addon settings wasn't enough. :-)

 

WOW! Nice work! So fast now! :-o

Edited by riffy
  • Like 3
Link to comment
Share on other sites

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