Advertisement
Guest User

Untitled

a guest
Feb 16th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. 19:09:56 T:139774736197376 ERROR: Exception in thread trakt-sync:
  2. Traceback (most recent call last):
  3. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  4. File "/storage/.kodi/addons/script.trakt/service.py", line 290, in run
  5. sync.sync()
  6. File "/storage/.kodi/addons/script.trakt/sync.py", line 763, in sync
  7. self.__syncEpisodes()
  8. File "/storage/.kodi/addons/script.trakt/sync.py", line 451, in __syncEpisodes
  9. self.__addEpisodesToKodiWatched(traktShowsWatched, kodiShowsWatched, kodiShowsCollected)
  10. File "/storage/.kodi/addons/script.trakt/sync.py", line 259, in __addEpisodesToKodiWatched
  11. logger.debug("[Episodes Sync] Episodes updated: %s" % s)
  12. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/logging/__init__.py", line 1128, in debug
  13. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/logging/__init__.py", line 1258, in _log
  14. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/logging/__init__.py", line 1268, in handle
  15. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/logging/__init__.py", line 1308, in callHandlers
  16. File "/home/stephan/projects/openelec-5.0/build.OpenELEC-Generic.x86_64-5.0.2/Python-2.7.3/.install_pkg/usr/lib/python2.7/logging/__init__.py", line 748, in handle
  17. File "/storage/.kodi/addons/script.trakt/kodilogging.py", line 48, in emit
  18. xbmc.log(self.format(record.encode('utf-8', 'ignore')), levels[record.levelno])
  19. AttributeError: 'LogRecord' object has no attribute 'encode'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement