Jellyfin Forum
SOLVED: Jellyfin Unraid tailscale Issue - 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: SOLVED: Jellyfin Unraid tailscale Issue (/t-solved-jellyfin-unraid-tailscale-issue)



SOLVED: Jellyfin Unraid tailscale Issue - Mardak - 2025-12-17

Hello! I need some help please! My Jellyfin is unable to grab metadat an I'm unsure how to fix it. I've tried a few different configurations, but they do not seem to work.

I set up tailscale on my Jellyfin docker and set the Network Type as "bridge." Once set, Jellyfin will not pickup metadata. I have a GluetunVPN Docker set to "bridge" as well, and it appears that Jellyfin is connecting to it?

Additionally, Custom: Br0 network type does not seem to work because it continues to time out while installing tailscale.

How can I fix this? Fair warning, I'm very green to this..

Some errors I'm seeing:

Code:
08:10:38] [ERR] [132] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in TheMovieDb
System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
  at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  --- End of inner exception stack trace ---

Thank you in advanced!


RE: Jellyfin Unraid tailscale Issue - Mardak - 2025-12-18

Solved: I had to place "--dns=9.9.9.9" in the Extra Parameters field and it worked.