Jump to content

Error while syncing


nekromantik

Recommended Posts

nekromantik

Hi

 

All of a sudden I start to get this error when it tried to sync:

 

18:43:37 T:1641686080   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 iterable
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.emby/default.py", line 49, in <module>
                                                LibrarySync().FullLibrarySync(True)
                                              File "/storage/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 83, in FullLibrarySync
                                                self.TvShowsFullSync(connection,cursor,pDialog)
                                              File "/storage/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 306, in TvShowsFullSync
                                                self.EpisodesFullSync(connection,cursor,item["Id"])
                                              File "/storage/.kodi/addons/plugin.video.emby/resources/lib/LibrarySync.py", line 336, in EpisodesFullSync
                                                for item in allEmbyEpisodes:
                                            TypeError: 'NoneType' object is not iterable
                                            -->End of Python script error report<--
18:43:37 T:1967071232   ERROR: GetDirectory - Error getting plugin://plugin.video.emby/?mode=manualsync
18:43:37 T:1967071232   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.emby/?mode=manualsync) failed
 
  • Like 1
Link to comment
Share on other sites

nekromantik

Fixed this.

For some reason one of my new added files was causing problems.

Enabled debug on Emby plugin and it showed message about item not found on server. 

Link to comment
Share on other sites

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