Jellyfin Forum
Problems after migrating to new server - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Problems after migrating to new server (/t-problems-after-migrating-to-new-server)

Pages: 1 2


Problems after migrating to new server - windbreaker_familiar - 2024-06-28

Long time Jellyfin user here, first time posting on the new forum.

I recently migrated my JF setup to a new server (both Linux). I restored the data and config directories, and most things came back just fine. The only issue I've come across so far, is that I'm unable to make any changes to any libraries. Trying to select "Edit Images" or change any settings under "Manage Library" Gives me an endlessly spinning circle. 

Any thoughts as to why?


RE: Problems after migrating to new server - theguymadmax - 2024-06-28

What version are you running?


RE: Problems after migrating to new server - windbreaker_familiar - 2024-06-28

10.9.7. The old server was a slightly older version. I got it working by removing the libraries and re-creating them. This carried over most of the metadata and watch status.

Although another issue I've noticed on my Shows libraries, it now shows Season posters for seasons I don't have on my server. It's very annoying and didn't happen before. How do I get these to go away?


RE: Problems after migrating to new server - TheDreadPirate - 2024-06-28

Are you using a reverse proxy? If so, which one?

Also, can you share your full jellyfin log via pastebin?


RE: Problems after migrating to new server - windbreaker_familiar - 2024-06-28

No proxy

Here's the log https://litter.catbox.moe/wgo0ol.log (it was too big for pastebin and I'm not sure which part(s) you're looking for).
One of the shows it does this for Seinfeld.


RE: Problems after migrating to new server - TheDreadPirate - 2024-06-28

I see something odd. Your program data directory is where I expect it to be.

Code:
[INF] Program data path: "/var/lib/jellyfin"

But I see these messages.

Code:
[2024-06-28 14:41:15.619 +00:00] [ERR] Error loading library options
System.UnauthorizedAccessException: Access to the path '/home/deder/.local/share/jellyfin/root/default/Anime/options.xml' is denied.

Like your jellyfin data was in your home directory before you migrated.

I don't THINK it is related, just something odd.

In Dashboard > Network, scroll down to the bottom. Do you have IPv6 enabled? If so, try disabling it.

Also, what boxes do you have checked in your library settings for image providers?


RE: Problems after migrating to new server - windbreaker_familiar - 2024-06-28

Yeah, my old server was a messy old install with the data directory in ~/.local/share/jellyfin/. I guess something called to that location by name, which would explain why there was issues importing the old libraries directly.

IPv6 is disabled.

For TV Shows, I have all the image providers enabled; Fanart, TheMovieDb, TheTVDB, Open Movie Database, Embedded Image Extractor, & Screen Grabber


RE: Problems after migrating to new server - TheDreadPirate - 2024-06-28

Are you using NFOs for metadata?


RE: Problems after migrating to new server - windbreaker_familiar - 2024-06-28

Yes, all my libraries are using NFOs


RE: Problems after migrating to new server - TheDreadPirate - 2024-06-28

Do your NFOs provide TMDB IDs? It is my understanding that the image retrieval plugins depend on a TMDB ID being present.