#Can't connect to Jellyfin

24 messages · Page 1 of 1 (latest)

grim grail
#

When logging in im getting this error:
[error][Auth]: The provided Jellyfin is invalid or the server is not reachable. {"error":"INVALID_URL","status":404,"hostname":"http://undefined:undefinedundefined"}

My settings.json shows the hostname and port set correctly, not sure whats going on here.

unkempt sorrel
#

Did you use Docker compose to set this up? If so, check if your settings.json is mounted correctly

grim grail
#

yea ive had this running for a while i just updated to latest version last night using the same compose

#

the logs are showing that sonarr and radarr are connecting fine

unkempt sorrel
#

Are all these services including Sonarr and Radarr ran using Docker compose?

grim grail
#

ok for some reason changing my hostname from jellyfin (the docker container name) to being my 192.168.x.x hostname fixed it

#

not sure why the docker container name no longer works as the hostname for just jellyfin but works for the others

#

weird

#

might be a bug with latest version of seerr

unkempt sorrel
#

Did you link them up with networks?

grim grail
#

yea they are all on the same network

unkempt sorrel
#

You are not supposed to use docker container name btw

#

You are supposed to use docker service name

grim grail
#

nothing about my setup changed except for updating seerr

grim grail
unkempt sorrel
#

In the docker compose:

services:
  jellyfin:
    container_name: Jellyfin
    ...

The service name in this case would be jellyfin

grim grail
#

oh

unkempt sorrel
#

You can try that maybe

#

But if it doesn't, Linux defaults to IP as the hostname anyway

#

So you'd be fine

grim grail
#

well both the container name and service name is jellyfin in this case

unkempt sorrel
#

Interesting

misty moon
#

Stop seerr

#

And restart