Advertisement
Guest User

Untitled

a guest
Dec 24th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. 17:33:45 135.861725 T:139683543643904 ERROR: Exception in thread Thread-10:
  2. Traceback (most recent call last):
  3. File "/home/neil/projects/OpenELEC.tv/build.OpenELEC-Generic.x86_64-7.0-devel/Python-2.7.10/.install_pkg/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  4. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/librarysync.py", line 1212, in run
  5. self.run_internal()
  6. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/librarysync.py", line 1294, in run_internal
  7. librarySync = self.startSync()
  8. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/librarysync.py", line 97, in startSync
  9. completed = self.fullSync()
  10. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/librarysync.py", line 237, in fullSync
  11. completed = process[itemtype](embycursor, kodicursor, pDialog, compare=manualrun)
  12. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/librarysync.py", line 536, in movies
  13. movies.add_update(embymovie, viewName, viewId)
  14. File "/storage/.kodi/addons/plugin.video.emby/resources/lib/itemtypes.py", line 344, in add_update
  15. trailerId = trailer.rsplit('=', 1)[1]
  16. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement