Yesterday, 01:41 PM
(Yesterday, 10:48 AM)kipke112 Wrote: I dont know if I have the same problem with trakt but it doesnt export to collection. Not even 1 file this it gives :
[2025-02-04 06:53:03.620 +01:00] [ERR] [43] 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-02-04 06:39:42.267 +01:00] [ERR] [8] Trakt.Helpers.LibraryManagerEventsHelper: Exception handled processing queued episode events
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)
at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(IReadOnlyList1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken, Boolean useProviderIds)
1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)
at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection
at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedEpisodeEvents(IReadOnlyCollection`1 events, TraktUser traktUser, EventType eventType)
it always worked fine when used trakt to collection but not anymore for days. maybe longer
Ive already reinstalled Jellyfin and also did couple of force re-authorization but didnt work. Or maybe its because i am not a vip member on Trakt. Maybe trakt changed this?
But when I watched something it sync with Jellyfin and for shows I am currently watching they are syncing with jellyfin only.
You are not having the same issue. OP had code 401, unauthorized/authentication, issues. Yours is code 420, which means you've exceeded some limit.
Read my post from Jan 24.
(2025-01-24, 02:04 PM)TheDreadPirate Wrote: So, http code 420 is a non-standard code. From Trakt's documentation, code 420 means you've hit some limit for a non-VIP account.
https://trakt.docs.apiary.io/#introducti...t%2C%20etc
This forum post indicates that, for this user, they may have had more then 10 items for "plan to watch".
https://forums.trakt.tv/t/http-error-420/41952
Regardless, this isn't the same issue as OP, which was a code 401 (unauthorized). You've hit or exceeded some account limit for your account tier.