EdyTheCow / docker-media-center

Docker Media Center running Jellyfin under Traefik, fully automated and production ready solution
108 stars 9 forks source link

Username or password is incorrect in Jellyseerr setup #1

Closed uebmaster closed 1 year ago

uebmaster commented 1 year ago

Everything worked fine until i arrive to configure Jellyseerr.

When i try to configure for first time Jellyseerr, i got (Jellyfin's user/pass are correct):

image

Here are the logs from the Jellyseerr container, i am using docker desktop in Windows 10.

2023-05-24 19:35:27 yarn run v1.22.19
2023-05-24 19:35:27 $ NODE_ENV=production node dist/index.js
2023-05-24 19:35:29 2023-05-25T00:35:29.185Z [info]: Commit Tag: $GIT_SHA 
2023-05-24 19:35:29 2023-05-25T00:35:29.542Z [info]: Starting Overseerr version 1.5.0 
2023-05-24 19:35:29 warn  - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
2023-05-24 19:35:29 warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
2023-05-24 19:35:29 
2023-05-24 19:35:30 2023-05-25T00:35:30.750Z [info][Notifications]: Registered notification agents 
2023-05-24 19:35:30 2023-05-25T00:35:30.759Z [info][Server]: Skipping starting the scheduled jobs as we have no Plex/Jellyfin/Emby servers setup yet 
2023-05-24 19:35:30 2023-05-25T00:35:30.925Z [info][Server]: Server ready on port 5055 
2023-05-24 19:57:32 2023-05-25T00:57:32.357Z [info][Auth]: Failed login attempt from user with incorrect Jellyfin credentials {"account":{"ip":"::ffff:192.168.128.2","email":"uebmaster","password":"__REDACTED__"}}

What do you think that could be the problem?

Everything else works fine.

EdyTheCow commented 1 year ago

Maybe try changing Jellyfin's URL from HTTPS to HTTP

uebmaster commented 1 year ago

I've tried before but neither work


De: Eddy @.> Enviado: jueves, 25 de mayo de 2023 12:06 a. m. Para: EdyTheCow/docker-media-center @.> Cc: Uebmaster @.>; Author @.> Asunto: Re: [EdyTheCow/docker-media-center] Username or password is incorrect in Jellyseerr setup (Issue #1)

Maybe try changing Jellyfin's URL from HTTPS to HTTP

— Reply to this email directly, view it on GitHubhttps://github.com/EdyTheCow/docker-media-center/issues/1#issuecomment-1562327509, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABKOYQRZTF5FO6PNR5DVVJDXH3ZHJANCNFSM6AAAAAAYOEHURI. You are receiving this because you authored the thread.Message ID: @.***>

uebmaster commented 1 year ago

Here is my .env

# Containers prefix
COMPOSE_PROJECT_NAME=dmc

# Data location for storing media, downloads and configs
DATA_DIR=../data
SERVICES_DIR=../services

# Timezone
TIMEZONE=America/Mexico_City

# Linux user/group ID for file permissions
## User ID
ENV_PUID=1000
## Group ID
ENV_PGID=1000

# Domain
DOMAIN=media.center

# Subdomains for accessing services
SUB_DOMAIN_JELLYFIN=jellyfin
SUB_DOMAIN_TRANSMISSION=transmission
SUB_DOMAIN_SONARR=sonarr
SUB_DOMAIN_RADARR=radarr
SUB_DOMAIN_PROWLARR=prowlarr
SUB_DOMAIN_JELLYSEERR=jellyseerr

Did you see something wrong?

Thanks in advance.

EdyTheCow commented 1 year ago

I am assuming you don't actually own domain "media.center" and instead using it as a local domain?

The way it's set-up right now is Traefik will generate certificates for the specified domain, but since it's not pointed at the installation it's gonna fail at cert generation.

I am not sure if that could cause an issue or not since I haven't tested this in such a way. What you could do is try using: http://jellyfin

This should resolve the local IP of the Jellyfin container.

uebmaster commented 1 year ago

I've tried using only jellyfin but it doesn't work, also with https

Just right now i could pass the first setup part, i used http://jellyfin:8096

Finally seems that everything is working fine, i'll tell you if something doesn't work.

Great job, thanks.

EdyTheCow commented 1 year ago

Ah, of course! I totally forgot about the port part. I am glad you finally got it to work!