Not authorized
You do not have access to this server
i used claim still not working
sudo docker run -d
–name=plex
–net=host
-e PUID=1000
-e PGID=1000
-e VERSION=docker
-e PLEX_CLAIM= claim-added code here
-v /path/to/library:/config
-v /var/lib/docker/volumes/plex_config/_data/tvseries:/tv
-v /var/lib/docker/volumes/plex_config/_data/movies:/movies
–restart unless-stopped
still get error
-e PLEX_CLAIM= claim-coded-added \ but this has not helped
Does UID/GID 1000:1000 own the top of where /config is but also have access down to that path?
e.g.
sudo docker run \
-d \
--name plex \
--network=host \
-e PLEX_CLAIM="claim-token-quoted-string" \
-e TZ="EST" \
-e LANG="en_US.UTF-8" \
-e PLEX_UID=1000 \
-e PLEX_GID=1000 \
-e PUID=1000 \
-e PGID=1000 \
-h dockerplex \
-v /sata/dockerplex:/config \
-v /sata/dockerplex/tmp:/tmp \
-v /sata/dockerplex/transcode:/transcode \
-v /vie:/data \
--device=/dev/dri:/dev/dri \
plexinc/pms-docker
Note also: --network vs --net (not 100% certain --net is correct)
If it sits too long, you will probably want to nuke the Preferences.xml and have it start fresh when you give it the new claim token (which only lasts 5 minutes)
i had to go to container to add token manually as it did not work from script. i rebuild it from container by redeploy. thanks
system
Closed
April 3, 2022, 2:06pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.