-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] URL for download plex from plex.tv does not exist #375
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
your quotes are incorrect. https://docs.linuxserver.io/general/docker-compose#quoting-variables |
Hi, I have updated the version: "3"
services:
plex:
image: linuxserver/plex
container_name: plex
environment:
- VERSION=docker
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- ./../config:/config
- ./../data:/data
network_mode: host
devices:
- "/dev/dri:/dev/dri" and now the output is this:
Putting the However, there is a long waiting time between the lines Is it, maybe, due to the mounting directories are on NTFS filesystem mounted as Thanks a lot for your work. Jordi |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
I can see that from the plex.tv there is URLs for dowloading of the form: https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/debian/plexmediaserver_1.32.5.7349-8f4248874_amd64.deb.
However, the start of the docker container shows this message:
As we can see, the URL for downloading differs from the above (from the plex.tv web), and the log of the docker container.
Maybe this URL should be revisited?
Expected Behavior
I think the URL should match the existing URLs from the web, so that the downloading of the last version goes properly all the times.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
docker-compose.yml
version: "3"
services:
plex:
image: linuxserver/plex
container_name: plex
environment:
- VERSION="latest"
- PUID=1000
- PGID=1000
- TZ="Europe/London"
volumes:
- ./../config:/config
- ./../data:/data
network_mode: "host"
Container logs
The text was updated successfully, but these errors were encountered: