[RELEASE] trakt.tv tv/movie scrobbler
Hi,

First of all #S7eele thank you for keeping us all informed, and special tanks to Razze for all his efforts in trying to get the addon working again!

I am new to this forum and have no real experiance in python programming, so excuse me if this is a stupid sugestion.
But i noticed an error in the last versions of Razze (the ones from this week), at the bottom I enclosed the error message.
I don't know if you are already aware of this.

It looks like it's a TypeError in the sync.py file on line 213.
Again i don't know much about python, but i think it's in the [p] on that line.
I'm not sure how to fix it, but maybe someone could have a look at it.

Sorry if you guys are already aware of this.

Thanks again for all the good work, keep it up!

ERROR: Exception in thread trakt-sync:
Traceback (most recent call last):
File "C:\Program Files (x86)\XBMC\system\python\Lib\threading.py", line 808, in __bootstrap_inner
self.run()
File "C:\Program Files (x86)\XBMC\addons\script.trakt\service.py", line 310, in run
sync.sync()
File "C:\Program Files (x86)\XBMC\addons\script.trakt\sync.py", line 707, in sync
self.syncEpisodes()
File "C:\Program Files (x86)\XBMC\addons\script.trakt\sync.py", line 392, in syncEpisodes
traktShowsAdd = self.compareShows(xbmcShows, traktShows)
File "C:\Program Files (x86)\XBMC\addons\script.trakt\sync.py", line 213, in compareShows
a = show_col1[p][season]
TypeError: list indices must be integers, not dict


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by starkiller - 2015-01-19, 12:53
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13