mirror of
https://github.com/linuxserver/cstate.git
synced 2026-02-20 07:55:25 +08:00
Notify about plex claim / breach stuff
This commit is contained in:
parent
89b5f12458
commit
6f2d6bdf81
29
content/issues/2022-08-24-plex.md
Normal file
29
content/issues/2022-08-24-plex.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: 'Notification: Issues Following Plex Data Breach'
|
||||
date: '2022-08-24 12:00:00Z'
|
||||
informational: true
|
||||
affected:
|
||||
- 'Notifications'
|
||||
- 'plex'
|
||||
section: issue
|
||||
---
|
||||
If you have a Plex account (not via ODIC provider like Google/Facebook/Apple) you will have recieved an email from them notifying you of a recent data breach and advising you to reset your password and force a logout of all connected devices.
|
||||
|
||||
Many users have found that after following these steps their Plex server no longer displays any of their libraries and may show an error in the container logs:
|
||||
|
||||
```text
|
||||
#####################################################
|
||||
# Login via the webui at http://<ip>:32400/web #
|
||||
# and restart the docker, because there was no #
|
||||
# plex token found in the preference file #
|
||||
#####################################################
|
||||
```
|
||||
|
||||
To resolve this issue, stop the container, edit `/config/Library/Application Support/Plex Media Server/Preferences.xml` and delete the following values if they're present:
|
||||
|
||||
* PlexOnlineUserName
|
||||
* PlexOnlineToken
|
||||
* PlexOnlineEmail
|
||||
* PlexOnlineHome
|
||||
|
||||
Then follow the [claim process](https://github.com/linuxserver/docker-plex#parameters) to add a claim token env and recreate the container.
|
||||
Loading…
x
Reference in New Issue
Block a user