• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Trakt add-on not exporting new library additions to collection.

     
    • 0 Vote(s) - 0 Average

    Trakt add-on not exporting new library additions to collection.

    MWing
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #14
    2025-01-24, 08:14 AM (This post was last modified: 2025-01-24, 10:52 AM by MWing. Edited 3 times in total.)
    (2025-01-15, 03:09 PM)TheDreadPirate Wrote: Ok.  I see you mentioned that you tried reinstalling the plugin.  But I was wondering if files were left behind that the reinstalled plugin is continuing to use.  Perhaps with a bad authentication token.

    So I uninstalled the plugin and found that there is still an XML left behind and it does contain all the access tokens in it.  So I'm thinking that somehow the Trakt plugin isn't updating that XML on your system and this fragment survives reinstalls with the bad token.

    You shouldn't need to reinstall the plugin, but let's go ahead revoke this device's access, uninstall the Trakt plugin, then restart Jellyfin.  I don't have a Windows system anymore so I'm going from memory, the XML with the Trakt tokens should be C:\ProgramData\Jellyfin\Server\plugins\configurations\Trakt.xml.

    Delete that file.  Reinstall the Trakt plugin, restart Jellyfin, reauthorized, and then try to export to Trakt again.

    I'm having the same issue, new additions to jellyfin library are not synced to Trakt collection since v10.10.4. Watched history does get synced.

    I tried the above, but this didn't solve the issue for me and I'm not (yet) feeling for reinstalling Jellyfin altogether. 

    Jellyfin logs (in trakt debug mode):

    Code:
    [2025-01-24 09:01:14.729 +01:00] [INF] [15] Trakt.ScheduledTasks.SyncLibraryTask: Movies to "add to" collection: 2
    [2025-01-24 09:01:14.863 +01:00] [ERR] [15] 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-01-24 09:01:14.866 +01:00] [ERR] [15] Trakt.ScheduledTasks.SyncLibraryTask: Exception handled sending movies to trakt.tv
    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.SendLibraryUpdateAsync(ICollection`1 movies, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)
      at Trakt.ScheduledTasks.SyncLibraryTask.SendMovieCollectionUpdates(Boolean collected, TraktUser traktUser, List`1 movies, IProgress`1 progress, Double currentProgress, Double availablePercent, CancellationToken cancellationToken)
    [2025-01-24 09:01:38.913 +01:00] [INF] [24] Trakt.ScheduledTasks.SyncLibraryTask: Episodes to "add to" collection 16
    [2025-01-24 09:01:39.078 +01:00] [ERR] [24] 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-01-24 09:01:39.081 +01:00] [ERR] [24] Trakt.ScheduledTasks.SyncLibraryTask: Exception handled sending episodes to trakt.tv
    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(IReadOnlyList`1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken, Boolean useProviderIds)
      at Trakt.Api.TraktApi.SendLibraryUpdateAsync(ICollection`1 episodes, TraktUser traktUser, EventType eventType, CancellationToken cancellationToken)
      at Trakt.ScheduledTasks.SyncLibraryTask.SendEpisodeCollectionUpdates(Boolean collected, TraktUser traktUser, List`1 episodes, IProgress`1 progress, Double currentProgress, Double availablePercent, CancellationToken cancellationToken)
    [2025-01-24 09:01:39.084 +01:00] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Export library to trakt.tv" Completed after 0 minute(s) and 27 seconds
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-03, 02:45 AM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-03, 03:21 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-04, 01:22 AM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-04, 07:01 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-04, 10:56 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-14, 09:05 AM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-14, 02:16 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-14, 03:35 PM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-14, 04:17 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-15, 01:51 AM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-15, 03:09 PM
    RE: Trakt add-on not exporting new library additions to collection. - by MWing - 2025-01-24, 08:14 AM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-20, 09:37 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-01-22, 01:46 AM
    RE: Trakt add-on not exporting new library additions to collection. - by rosid - 2025-01-24, 12:45 PM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-01-24, 02:04 PM
    RE: Trakt add-on not exporting new library additions to collection. - by MWing - 2025-01-24, 09:04 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-02-03, 03:31 AM
    RE: Trakt add-on not exporting new library additions to collection. - by kipke112 - 2025-02-04, 10:48 AM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-02-04, 08:29 PM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-02-04, 01:41 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-02-05, 08:17 AM
    RE: Trakt add-on not exporting new library additions to collection. - by TheDreadPirate - 2025-02-05, 02:19 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-02-05, 05:10 PM
    RE: Trakt add-on not exporting new library additions to collection. - by KodiUser1138 - 2025-02-23, 07:21 PM
    RE: Trakt add-on not exporting new library additions to collection. - by ghostbit - 2025-05-02, 10:55 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode