-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The plex watchlist is not being retrieved due to a 404 HTTP response.
2025-12-20T14:58:47.444Z [error][Plex.TV Metadata API]: Failed to retrieve watchlist items{"errorMessage":"Request failed with status code 404"}
Apparently this was an issue on the main branch as well but has been fixed since.
Expected Behavior
Expected behaviour is to retrieve the list of items from the connected plex account and proceed accordingly (automatically request)
Steps To Reproduce
- Connect overseerr to your plex account
- Add items to your plex watchlist
- Go to you watchlist in overseerr and added items are missing
Environment
- OS: DSM 7.2.2-72806 Update 5
- How docker service was installed: Container Manager
- Overseer version: 1.34.0CPU architecture
x86-64
Docker creation
---
services:
overseerr:
image: linuxserver/overseerr:latest
container_name: overseerr
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=Europe/Warsaw
volumes:
- ${OVERSEERR_PATH}/config:/config
ports:
- 5055:5055
restart: unless-stoppedContainer logs
`2025-12-20T14:58:47.444Z [error][Plex.TV Metadata API]: Failed to retrieve watchlist items{"errorMessage":"Request failed with status code 404"}`Tripton and ehatamm
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Issues