[RELEASE] trakt.tv tv/movie scrobbler
(2013-03-25, 01:56)nate1280 Wrote: There is something going on with in your service.py file. The exception thats being thrown doesn't make much sense.

Code:
utilities.Debug("[traktPlayer] onPlayBackStarted() - Playing a non-library 'episode' - %s - SdEd - %s." % (data['showtitle'], data['season'], data['episode'], data['title']))

The above line is completely wrong, the SdEd should be S%02dE%02d, don't know why its not.

https://github.com/nate1280/script.trakt...round2.zip contains the branch i'm working on in pull 76.

The fact that its getting to this line does mean there is enough data and should scrobble, you can either edit your service.py file and goto line 226, and make that change if it has SdEd there instead of S%02dE%02d or download the zip and replace all the files with clean copies.

If you do, please post another log.

For others reading, unless you want to test bleeding edge changes, don't get that zip, just wait till it gets merged into the git version for testing.

Oops. My fault. It was an artifact from loading the 'raw' text in my browser. Used your zip to make sure there were no others.

http://xbmclogs.com/show.php?id=6877

It's definitely chugging further along! It just didn't like that change to 'None.' "Error Contents: 'NoneType' object is unsubscriptable"
Image


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by mikelykzit - 2013-03-26, 16:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13