Reply to thread

Thanks pauls67,


I can see the problem and looks to be a plugin issue:

[code]

[Rate][35]: Rating Supernatural as 7/10

[Rate][09]: Address: http://api-v2launch.trakt.tv/sync/ratings, Post: {"episodes":[{"ids":null,"number":14,"season":9,"title":"Supernatural","rated_at":"2015-04-08T11:48:59Z","rating":7}]}

[Rate][09]: Response: {"added":{"movies":0,"shows":0,"seasons":0,"episodes":0}

[/code]


This would typically work if you finished watching something in MP-TVSeries and then rated it because the episode ids would be set, it does not work in this case because when there is no episode ids set ("ids":null) you need to also send the tv show object.


I will fix this up for next release but give you a test dll before that so you can confirm.


Top Bottom