2025-04-16, 11:17 PM
(2025-04-16, 11:57 AM)TheDreadPirate Wrote: Can you share your Jellyfin logs via privatebin.net?
There have been some changes at Trakt that have reduced the number of items tracked. Other users have reported similar issues with Trakt and they are seeing "420" response codes from Trakt in their Jellyfin log. From their documentation, code 420 is an indication that you reached some account limit and your sync was rejected.
https://trakt.docs.apiary.io/#introducti...t%2C%20etc
https://forums.trakt.tv/t/http-error-420/41952
https://forum.jellyfin.org/t-trakt-add-o...2#pid50072
I checked my logs, and you're right I did get some 420 error codes, i guess it didn't completely import my watch history due to being a free account. Below is an example of the error I got.
Code:
[2025-04-17 01:58:18.382 +03:00] [ERR] [64] Trakt.Api.TraktApi: Exception handled in PostToTrakt
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Trakt.Api.TraktApi.PostToTrakt[T](String url, Object data, TraktUser traktUser, CancellationToken cancellationToken)
[2025-04-17 01:58:18.420 +03:00] [ERR] [64] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
System.Net.Http.HttpRequestException: Response status code does not indicate success: 420.