#C'ant connect to overseer, fresh install

22 messages · Page 1 of 1 (latest)

errant kayak
#

Hello, anyone know why overseer won't log to plex after a fresh install ? it's looping forever on loading page. Its used to work fine

my docker compose :

version: "2.1"
services:
overseerr:
image: lscr.io/linuxserver/overseerr:latest
container_name: overseerr
environment:

PUID=1000
PGID=1000
TZ=Europe/Paris
volumes:
type: volume
source: Series
target: /series
volume:
nocopy: true
config:/config
type: volume
source: Film
target: /film
volume:
nocopy: true
ports:
5055:5055
restart: unless-stopped
volumes:
config:
Film:
driver_opts:
type: "nfs"
o: "addr=192.168.1.170,nolock,soft,rw"
device: ":/volume1/Film"
Series:
driver_opts:
type: "nfs"
o: "addr=192.168.1.170,nolock,soft,rw"
device: ":/volume1/Series"

#

logs don't show errors :
2023-12-27T20:35:00.030Z [debug][Jobs]: Starting scheduled job: Download Sync
2023-12-27T20:35:00.032Z [info][Jobs]: Starting scheduled job: Plex Recently Added Scan
2023-12-27T20:35:00.032Z [info][Plex Scan]: Scan starting {"sessionId":"899d24f8-34b2-4abf-8c7d-e2f6c57e20a2"}
2023-12-27T20:35:00.033Z [warn][Plex Scan]: No admin configured. Plex scan skipped.

#

I'v tried all possible ip and name to access the server

#

I've tried from different browser., even safe browsing

hard finch
#

Are you on a DNS?

errant kayak
#

Hey, i've not specified a specific dns in the docker compose

#

I've used the ip of the server to tun overssep app, if it's what you mean

hard finch
#

Clearly it's having an issue outgoing OAuth from your server

#

despite your pings coming back good (mine did too)

#

In my case no amount of reinstall fixed it and I had to reset my network entirely

#

then it finally worked.

#

I don't think it's a common issue so you may not have a lot of people helping here

#

but I can say with confidence it's not Overseerr or anything app-side

#

it's server-side.

#

it's basically infinite hanging

#

on the request loop

#

This happens when you click "Sign in with Plex" or the orange button

#

and it can happen before even signing in or even after hitting "login" on the Plex OAuth

#

I wish I could give you a more clear solution, but this will help you narrow it down tremendously rather than attempting to ask for help on these apps.

#

The issue is on your end