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: lscr.io/linuxserver/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:/config
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:5055"]
interval: 30s
timeout: 10s
retries: 3
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
Overseerr Github Sponsors: https://github.com/sponsors/sct
Overseerr Patreon: https://patreon.com/overseerr
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1024
User GID: 666
───────────────────────────────────────
Linuxserver.io version: v1.34.0-ls138
Build-date: 2025-04-16T18:45:00+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
yarn run v1.22.22
$ NODE_ENV=production node dist/index.js
2025-04-21T08:12:50.829Z [info]: Commit Tag: v1.34.0
2025-04-21T08:12:51.529Z [info]: Starting Overseerr version 1.34.0
(node:181) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
2025-04-21T08:12:54.287Z [info][Notifications]: Registered notification agents
2025-04-21T08:12:54.338Z [info][Jobs]: Scheduled jobs loaded
2025-04-21T08:12:54.700Z [info][Server]: Server ready on port 5055
Connection to localhost (::1) 5055 port [tcp/*] succeeded!
[ls.io-init] done.
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: lscr.io/linuxserver/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:/config healthcheck: test: ["CMD", "wget", "--spider", "http://localhost:5055"] interval: 30s timeout: 10s retries: 3Container logs
[migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support the app dev(s) visit: Overseerr Github Sponsors: https://github.com/sponsors/sct Overseerr Patreon: https://patreon.com/overseerr To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1024 User GID: 666 ─────────────────────────────────────── Linuxserver.io version: v1.34.0-ls138 Build-date: 2025-04-16T18:45:00+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... yarn run v1.22.22 $ NODE_ENV=production node dist/index.js 2025-04-21T08:12:50.829Z [info]: Commit Tag: v1.34.0 2025-04-21T08:12:51.529Z [info]: Starting Overseerr version 1.34.0 (node:181) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js. warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk. 2025-04-21T08:12:54.287Z [info][Notifications]: Registered notification agents 2025-04-21T08:12:54.338Z [info][Jobs]: Scheduled jobs loaded 2025-04-21T08:12:54.700Z [info][Server]: Server ready on port 5055 Connection to localhost (::1) 5055 port [tcp/*] succeeded! [ls.io-init] done.