AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
891 stars 117 forks source link

Jellyseerr and Jellyfin stuck at sync #62

Closed luisroque closed 3 months ago

luisroque commented 3 months ago

Thanks for the great setup. Everything works fine, but I am running into a problem with Jellyseerr and Jellyfin. When I select to use Jellyfin in Jellyseerr it gets stuck on syncing. I can't click continue because of it. Also, the logs don't seem to be very helpful. Any pointers? Added as Jellyfin URL: http://jellyfin:8096/jellyfin.

docker-compose logs jellyseerr

Attaching to jellyseerr
jellyseerr | yarn run v1.22.19
jellyseerr | $ NODE_ENV=production node dist/index.js
jellyseerr | 2024-03-11T01:04:11.188Z [info]: Commit Tag: $GIT_SHA 
jellyseerr | 2024-03-11T01:04:11.459Z [info]: Starting Overseerr version 1.7.0 
jellyseerr | warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
jellyseerr | warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
jellyseerr | 
jellyseerr | 2024-03-11T01:04:12.193Z [info][Notifications]: Registered notification agents 
jellyseerr | 2024-03-11T01:04:12.215Z [info][Jobs]: Scheduled jobs loaded 
jellyseerr | 2024-03-11T01:04:12.329Z [info][Server]: Server ready on port 5055 
jellyseerr | 2024-03-11T01:05:00.011Z [debug][Jobs]: Starting scheduled job: Download Sync 
jellyseerr | 2024-03-11T01:05:00.015Z [info][Jobs]: Starting scheduled job: Plex Recently Added Scan 
jellyseerr | 2024-03-11T01:05:00.016Z [info][Plex Scan]: Scan starting {"sessionId":"f55a9d1b-8a28-465a-bdb9-452967fdf1da"}
jellyseerr | 2024-03-11T01:05:00.024Z [error][Plex Scan]: Scan interrupted {"errorMessage":"connect ECONNREFUSED 127.0.0.1:32400"}
jellyseerr | 2024-03-11T01:06:00.008Z [debug][Jobs]: Starting scheduled job: Download Sync 

docker-compose logs jellyfin

[...]
jellyfin | [21:06:40] [INF] [11] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 3c7f8df2-075e-4cd7-9ee3-2fdbd6f33d87
jellyfin | [21:06:40] [INF] [36] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.64.236.108 request
jellyfin | [21:09:28] [INF] [41] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
jellyfin | [21:09:40] [INF] [22] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
jellyfin | [21:09:52] [INF] [22] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
Screenshot 2024-03-11 at 00 38 31
luisroque commented 3 months ago

I deleted the container and configs completely for Jellyseerr and started it from scratch and it worked. It was a problem during the setup I think.

AdrienPoupa commented 3 months ago

Based on connect ECONNREFUSED 127.0.0.1:32400 and Jellyseer's config:

 "plex": {
  "name": "",
  "ip": "",
  "port": 32400,
  "useSsl": false,
  "libraries": []
 },

I think it was configured to connect to Plex, which was of course not reachable. I'm glad to hear it works now!