Plex libraries missing after password reset
Plex had a security breach, and because of that, recommended all Plex users reset their passwords.
Email sent out from Plex:
Resetting the Plex password
So I reset my password, following the instructions provided, and re-logged into all of my Plex client, mostly running on Roku devices.
Plex libraries showing "Not authorized"
However, after logging in, none of the libraries that should have shown up did so, and nothing showed up even after attempting to browse to those libraries.
Logging in from a web browser as the admin user, I noticed the libraries showed up with a yellow warning triangle, with the notice:
Generate new Plex claim code to fix
The fix to this is to generate a new Plex claim token, and update the compose.yaml file for my Plex Docker container:
-
Open a browser and go to: https://plex.tv/claim .
-
Sign in and copy the claim code (e.g., claim-xxxxxxx ).
-
Update the compose.yaml file for the Plex Docker container with the new Plex claim code.
-
Run
docker compose up -d
to recreate the Plex Docker container.
If you happen to stumble across this, and are not running Plex in a Docker container, this link will help you use your new Plex claim token:
References
Plex - Support / Articles / What if Your Plex Account Requires a Password Reset?
https://support.plex.tv/articles/account-requires-password-reset/