-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
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 packagemanagerCPU 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
No Log outputMetadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done