I’m unable to load my Watchlist on Plex Web. When I try to access it, I get the generic error message “Something went wrong - An unexpected error occurred.”
Error Details:
When inspecting the network requests, I can see the following request is failing with a 400 Bad Request error:
GET https://discover.provider.plex.tv/library/sections/watchlist/all?includeAdvanced=1&includeMeta=1&X-Plex-Container-Start=0&X-Plex-Container-Size=50&…
The error response shows:
{“Error”: {“error”: “Bad Request”,“message”: “Invalid value provided for x-plex-container-size!”,“statusCode”: 400}}
What I’ve Tried:
Tested in both Firefox and Chrome - same issue in both
Cleared browser cache and cookies
Hard refresh (Ctrl+Shift+R)
Login/out
It appears the web app is sending X-Plex-Container-Size=50 but the discover API is rejecting this value. This seems like it might be a bug with the web app or possibly something specific to my account/watchlist.
Has anyone else experienced this issue? Any suggestions for workarounds?
So from my understanding is that the client is trying to request too many items from the server with X-Plex-Container-Size=50. I was able to temporarily fix this by intercepting the HTTP requests and modify the X-Plex-Container-Size param to something smaller like X-Plex-Container-Size=10 (10) and it worked.
Same issue here. My windows app won’t display my watch list, but every other device and web browser does.
It’s funny, because I switched to a managed user profile on the windows app and that displayed the watch list just fine. But then I go back to my user profile and I still get the generic error message.