• 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 SOLVED: Unable to sign in after creating a new container with the same appdata path

     
    • 0 Vote(s) - 0 Average

    SOLVED: Unable to sign in after creating a new container with the same appdata path

    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #1
    2025-01-23, 07:57 AM
    I am running an unraid server and I recently added second cache drive to my array for cache mirroring. This had the unfortunate side effect of deleting all of my docker containers. However, I made sure to save everything from the cache drive, so all of the appdata is still there. I just tried redownloading jellyfin as a new container from the unraid apps tab, and pointed the appdata path to the same folder that it was at before. It started up and I can tell it's using the correct appdata folder because all of my theme changes are still there. However, I am unable to sign in with any profile. I had it set so that you could click your profile to sign into it, but none of them are showing anymore, so I have a feeling they aren't there or something. If anyone has a solution to this that isn't starting from scratch, it would be a big help. Thanks.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-23, 01:38 PM
    When you say "Docker container", do you mean you use the actual docker functionality built into unRAID to run Jellyfin?

    Then you say you added Jellyfin from unRAID's app tab. What I'm wondering is whether the "app" uses the same directory structure and/or the same based Jellyfin image as what you had before.

    Because it sounds like you WERE using a different image than what the unRAID "app" uses. The linuxserver image for Jellyfin and the official Jellyfin image have slightly different directory structures and are not 100% interchangable. If this is what is happening then that would explain why it kind of works, but mostly not.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #3
    2025-01-23, 05:00 PM
    (2025-01-23, 01:38 PM)TheDreadPirate Wrote: When you say "Docker container", do you mean you use the actual docker functionality built into unRAID to run Jellyfin?

    Then you say you added Jellyfin from unRAID's app tab.  What I'm wondering is whether the "app" uses the same directory structure and/or the same based Jellyfin image as what you had before.

    Because it sounds like you WERE using a different image than what the unRAID "app" uses.  The linuxserver image for Jellyfin and the official Jellyfin image have slightly different directory structures and are not 100% interchangable.  If this is what is happening then that would explain why it kind of works, but mostly not.

    I used the unraid apps tab for my jellyfin container both times. I also made sure to use the same container image that I used before, which is the one marked as official.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-01-23, 05:16 PM
    And you've tried clearing your browser cache? Can you share the jellyfin logs via privatebin.net?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #5
    2025-01-23, 09:51 PM
    Actually I have not tried clearing my browser cache so it could be that simple. I will try that later once I get home and if that doesn’t work I will share my logs.
    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #6
    2025-01-24, 06:09 AM
    (2025-01-23, 05:16 PM)TheDreadPirate Wrote: And you've tried clearing your browser cache?  Can you share the jellyfin logs via privatebin.net?

    Yeah so clearing browser cache didn't do anything. Here is the latest log: https://privatebin.net/?7e586816a16e00a5...1T6uWd3Fr2
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2025-01-24, 01:51 PM (This post was last modified: 2025-01-24, 01:52 PM by TheDreadPirate. Edited 1 time in total.)
    I was hoping you'd have a log file that was created right after starting up the new instance. Would that have been on the 22nd? The log you shared is entirely from the 23rd. And it is definitely re-ingesting your entire library as if it was a new install.

    You may need to re-enable the startup wizard to re-set the credentials.

    Navigate to where /config is mounted and open /config/config/system.xml. Change "IsStartupWizardComplete" from true to false, restart Jellyfin. When you go to Jellyfin it should walk you through the initial setup process. Set your credentials, skip the rest (click next until done).
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #8
    2025-01-26, 03:44 AM
    (2025-01-24, 01:51 PM)TheDreadPirate Wrote: I was hoping you'd have a log file that was created right after starting up the new instance.  Would that have been on the 22nd?  The log you shared is entirely from the 23rd.  And it is definitely re-ingesting your entire library as if it was a new install.

    You may need to re-enable the startup wizard to re-set the credentials.

    Navigate to where /config is mounted and open /config/config/system.xml.  Change "IsStartupWizardComplete" from true to false, restart Jellyfin.  When you go to Jellyfin it should walk you through the initial setup process.  Set your credentials, skip the rest (click next until done).

    Unfortunately that log file is the most recent one I have. I did spin it up on the 22nd but the logs from before the 23rd seem to have been deleted.

    I tried changing the startup wizard config as well, but ended up with the same result Slightly-frowning-face

    At this point, I'm thinking I'll just spin up the container again as if it were fresh then copy over whatever frontend files I can.
    cavmot
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #9
    2025-01-26, 03:59 AM
    (2025-01-24, 01:51 PM)TheDreadPirate Wrote: I was hoping you'd have a log file that was created right after starting up the new instance.  Would that have been on the 22nd?  The log you shared is entirely from the 23rd.  And it is definitely re-ingesting your entire library as if it was a new install.

    You may need to re-enable the startup wizard to re-set the credentials.

    Navigate to where /config is mounted and open /config/config/system.xml.  Change "IsStartupWizardComplete" from true to false, restart Jellyfin.  When you go to Jellyfin it should walk you through the initial setup process.  Set your credentials, skip the rest (click next until done).

    NEVERMIND changing the startup wizard config option did work, there was just some saving desync between my client and server. Thanks!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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