Bug Description
My own Plex watchlist do not get synced in Pulsarr with 0 elements constantly.
The RSS feed shows the proper content of the watchlist.
Container log show a 404 error from the Plex API call.
I'm a Plex pass user.
My account visibility is set to Friends only.4
My watchlist visibility is set to Private.
Steps To Reproduce
- Go to Pulsarr Plex Configuration
- Click on Manual refresh
- Look at the self watchlist zone.
- See You have 0 items in your watchlist!
- Look container logs for ERROR: Error in getWatchlist message.
Expected Behavior
Self watchlist content should be retrieved.
Environment
- Pulsarr Version: 0.5.1
- Deployment: Docker
- Browser: Firefox 141.0.3
Logs
Relevant Log Output
[19:31:45 UTC] INFO: All friends fetched successfully.
[19:31:45 UTC] INFO: Starting fetch of watchlists for 4 friends
[19:31:45 UTC] INFO: Ensured users for 1 tokens
[19:31:45 UTC] ERROR: Error in getWatchlist
start: 0
retryCount: 0
error: {
"message": "Plex API error: HTTP 404 - Not Found",
"name": "Error",
"type": "Error",
"stack":
Error: Plex API error: HTTP 404 - Not Found
at getWatchlist (file:///app/dist/utils/plex.js:162:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async fetchSelfWatchlist (file:///app/dist/utils/plex.js:208:38)
at async PlexWatchlistService.getSelfWatchlist (file:///app/dist/services/plex-watchlist.service.js:200:23)
at async Object.handler (file:///app/dist/routes/v1/plex/self-watchlist-token.js:10:34)
}
[19:31:45 UTC] ERROR: Error fetching watchlist for token: Error: Plex API error: HTTP 404 - Not Found
[19:31:45 UTC] INFO: Self watchlist fetched successfully with 0 total items
[19:31:45 UTC] INFO: Collected 0 users and 0 unique keys
[19:31:45 UTC] INFO: Found 0 unique existing items for processing
[19:31:45 UTC] INFO: Processed 0 items for user Tonytheque: 0 new, 0 to link
[19:31:45 UTC] INFO: All users in RSS self batch have sync disabled; skipping RSS processing
Bug Description
My own Plex watchlist do not get synced in Pulsarr with 0 elements constantly.
The RSS feed shows the proper content of the watchlist.
Container log show a 404 error from the Plex API call.
I'm a Plex pass user.
My account visibility is set to Friends only.4
My watchlist visibility is set to Private.
Steps To Reproduce
Expected Behavior
Self watchlist content should be retrieved.
Environment
Logs
Relevant Log Output