2013-04-14, 13:00
Script fail using git 2.2.0 (don't mind the 2.1.9 i changed it too )
http://www.xbmclogs.com/show.php?id=11905
around line 5106
http://www.xbmclogs.com/show.php?id=11905
around line 5106
(2013-04-14, 13:00)Martijn Wrote: Script fail using git 2.2.0 (don't mind the 2.1.9 i changed it too )
http://www.xbmclogs.com/show.php?id=11905
around line 5106
(2013-04-14, 14:38)nate1280 Wrote:(2013-04-14, 13:00)Martijn Wrote: Script fail using git 2.2.0 (don't mind the 2.1.9 i changed it too )
http://www.xbmclogs.com/show.php?id=11905
around line 5106
I know whats going on here, same issue that happened in the movies, fix will be pushed soonish.
Means there is a tv show in your collection that does not have a TVDB id. Since there's no debug information from the script, I can't narrow it down to which one(s).
(2013-04-15, 07:09)SevenNine Wrote: Question about playcount sync.
What is the behavior if both sync trakt playcounts and sync xbmc playcounts are checked in settings? Does it take the larger of the two? Or does one overwrite the other?
(2013-04-14, 09:11)DipNFalls Wrote: Ever since updating to 2.1.0, my facebook notifications stopped working. Tried figuring out why but cannot find any answer. Any ideas?
22:59:47 T:140089122961152 NOTICE: [trakt] [traktAPI] traktRequest(): Have JSON data, breaking retry.
22:59:47 T:140089122961152 ERROR: Exception in thread trakt-sync:
Traceback (most recent call last):
File "./Lib/threading.py", line 551, in __bootstrap_inner
File "/storage/.xbmc/addons/script.trakt/service.py", line 147, in run
sync.sync()
File "/storage/.xbmc/addons/script.trakt/sync.py", line 667, in sync
self.syncMovies()
File "/storage/.xbmc/addons/script.trakt/sync.py", line 624, in syncMovies
traktMovies = self.traktLoadMovies()
File "/storage/.xbmc/addons/script.trakt/sync.py", line 445, in traktLoadMovies
m = self.findMovie(movie, movies)
File "/storage/.xbmc/addons/script.trakt/sync.py", line 509, in findMovie
if movie['imdb_id'].startswith("tt"):
AttributeError: 'NoneType' object has no attribute 'startswith'
23:00:13 T:140089409660672 NOTICE: None