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
In user's ratings retrieval endpoint, [GET] https://api.trakt.tv/users/<id>/ratings/<type>/<rating>, the "rating" filter is optional, but in fact, without it the request goes to timeout when the type is "episodes".
Yeah, 18k ratings is the issue. If you provide the username I can troubleshoot further and maybe see why it's timing out even with the pagination params.
Hello,
In user's ratings retrieval endpoint,
[GET] https://api.trakt.tv/users/<id>/ratings/<type>/<rating>
, the "rating" filter is optional, but in fact, without it the request goes to timeout when the type is "episodes".Example:
Adding the "rating" filter,
https://api.trakt.tv/users/<my_username>/ratings/episodes/8?page=1&limit=5
, resolves the issue.On movies, seasons and shows ratings retrieval, there is no issues when this filter is empty.
Maybe it's because my account has a lot of watched episodes (~18K), I don't know.
The text was updated successfully, but these errors were encountered: