Is there an existing issue for this?
Current Behavior
When I try to sync Managed Users, they are not showing up when I try to import plex users,
Expected Behavior
When I click Users, Import Users it should import Plex users
Steps To Reproduce
Run the Latest version of the Docker Image , setup Overseer
is from my mass compose, the ID and GUID is correct
Environment
- OS:Ubuntu 22.04
- How docker service was installed: distro's packagemanager
CPU architecture
x86-64
Docker creation
overseerr:
image: sctx/overseerr:latest
container_name: Plex_Requests
restart: unless-stopped
environment:
- LOG_LEVEL=debug
- TZ=Europe/London
- PGID=666
- PUID=1024
ports:
- 5055:5055
volumes:
- ./Appdata/Overseerr/config:/app/config
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:5055"]
interval: 30s
timeout: 10s
retries: 3
Container logs
Is there an existing issue for this?
Current Behavior
When I try to sync Managed Users, they are not showing up when I try to import plex users,
Expected Behavior
When I click Users, Import Users it should import Plex users
Steps To Reproduce
Run the Latest version of the Docker Image , setup Overseer
is from my mass compose, the ID and GUID is correct
Environment
CPU architecture
x86-64
Docker creation
overseerr: image: sctx/overseerr:latest container_name: Plex_Requests restart: unless-stopped environment: - LOG_LEVEL=debug - TZ=Europe/London - PGID=666 - PUID=1024 ports: - 5055:5055 volumes: - ./Appdata/Overseerr/config:/app/config healthcheck: test: ["CMD", "wget", "--spider", "http://localhost:5055"] interval: 30s timeout: 10s retries: 3Container logs