You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v2 API says sync/ratings and sync/history are supposed to accept a 'movies', 'shows', etc. JSON key with a list of JSON objects, but the code in sync.py simply passes the media object as the top-level JSON entity.
This seemed to silently not add/rate anything when I tried it; as a workaround I wrote my own rate function over @trakt.core.post that did seem to work:
hey @woggle. Sorry about the delay (been away on vacation for the last week). I have a branch up that I'm pretty sure fixes this issue. Still need to test it out a bit more tomorrow, but hopefully I'll be able to get a fix out for this shortly after that.
The v2 API says sync/ratings and sync/history are supposed to accept a 'movies', 'shows', etc. JSON key with a list of JSON objects, but the code in sync.py simply passes the media object as the top-level JSON entity.
This seemed to silently not add/rate anything when I tried it; as a workaround I wrote my own rate function over @trakt.core.post that did seem to work:
so I don't think I had an auth/etc. problem.
The text was updated successfully, but these errors were encountered: