Advertisement
Guest User

Untitled

a guest
Feb 10th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 09:32:47 T:2392 NOTICE: Thread XBPyThread start, auto delete: false
  2. 09:32:47 T:2392 NOTICE: -->Python Interpreter Initialized<--
  3. 09:32:47 T:2392 ERROR: C:\Users\nchieffo\AppData\Roaming\XBMC\addons\script.trakt-master\utilities.py:19: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  4. import sha # Python 2.5 and earlier
  5. 09:32:47 T:2392 NOTICE: [trakt] [Movies Sync] Getting movies from XBMC
  6. 09:32:47 T:2392 NOTICE: [trakt] [Movie Sync] Key "movies" not found
  7. 09:32:47 T:2392 NOTICE: [trakt] [Movie Sync] Getting movie collection from trakt.tv
  8. 09:32:48 T:2392 NOTICE: [trakt] json url: /user/library/movies/collection.json/b6135e0f7510a44021fac8c03c36c81a17be35d9/yelo3/min
  9. 09:32:48 T:2392 NOTICE: [trakt] [Movies Sync] Checking for XBMC movies that are not on trakt.tv
  10. 09:32:48 T:2392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  11. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  12. Error Type: <type 'exceptions.TypeError'>
  13. Error Contents: 'NoneType' object is not iterable
  14. Traceback (most recent call last):
  15. File "C:\Users\nchieffo\AppData\Roaming\XBMC\addons\script.trakt-master\sync_exec.py", line 24, in <module>
  16. movies.Run()
  17. File "C:\Users\nchieffo\AppData\Roaming\XBMC\addons\script.trakt-master\movie_sync.py", line 265, in Run
  18. self.AddToTrakt()
  19. File "C:\Users\nchieffo\AppData\Roaming\XBMC\addons\script.trakt-master\movie_sync.py", line 90, in AddToTrakt
  20. for xbmc_movie in self.xbmc_movies:
  21. TypeError: 'NoneType' object is not iterable
  22. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement