linuxserver / docker-plex

GNU General Public License v3.0
1.2k stars 211 forks source link

Plex server do not work on raspberypi 4 NAS #252

Closed Imantsg closed 3 years ago

Imantsg commented 3 years ago

linuxserver.io


Expected Behavior

I can run plex media server in docker container

Current Behavior

It is not working and I can't claim it. I tried to follow this guide https://forums.plex.tv/t/unable-to-claim-server/213196 It allowed me to claim server but claim failed

Steps to Reproduce

  1. docker pull ghcr.io/linuxserver/plex
  2. docker run -d \ --name=plex \ -e PUID=$(id -u pi) \ -e PGID=$(id -g pi) \ -e VERSION=docker \ -e UMASK_SET=022 #optional \ -e PLEX_CLAIM= #optional \ -v /srv/dev-disk-by-label-Media/config/plex:/config \ -v /srv/dev-disk-by-label-Media/plex:/library \ -p 32400:32400 \ --restart unless-stopped \ ghcr.io/linuxserver/plex
  3. try to acess http://:32400 and server is not even detected
  4. create ssh tunel ssh -L 8888:127.0.0.1:32400
  5. Sees new server but failes to create it

Environment

OS: Raspbian GNU/Linux 10 (buster) CPU architecture: arm32 How docker service was installed: sudo apt-get install docker.io

Command used to create docker container (run/create/compose/screenshot)

docker run -d \ --name=plex \ -e PUID=$(id -u pi) \ -e PGID=$(id -g pi) \ -e VERSION=docker \ -e UMASK_SET=022 #optional \ -e PLEX_CLAIM= #optional \ -v /srv/dev-disk-by-label-Media/config/plex:/config \ -v /srv/dev-disk-by-label-Media/plex:/library \ -p 32400:32400 \ --restart unless-stopped \ ghcr.io/linuxserver/plex

Docker logs

logs.tar.gz

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

Roxedus commented 3 years ago

Dupe of #247

Imantsg commented 3 years ago

using bionic tag and this workround https://forums.plex.tv/t/unable-to-claim-server/213196 helped me to claim server