Replies: 9 comments 19 replies
-
Had this issue myself on my Unraid setup. I changed the url to localhost:32400 and the script runs now. |
Beta Was this translation helpful? Give feedback.
-
i dont know your setup but your pmm cannot ping that url to reach plex you can try muffs suggestion but it has to do with your network configuration |
Beta Was this translation helpful? Give feedback.
-
Can we elaborate ? What network configuration might be the problem? Unraid itself, or the Docker container's or the Plex remote settings? or all? I have tried the following: updating docker containter: Network Type: Privileged: and also in config.yml All above combinations throw the same error: | Plex Error: Plex url is invalid | Unfortunately, I can not ping inside the docker console, to check if the host is reachable. I have no idea atm, what else I can try or which logs I should read. Nor, what else I can hand over to you guys. I run the docker container via |
Beta Was this translation helpful? Give feedback.
-
Hi gitttt54, I also had the same issue on Unraid installing this docker. My plex is not on the same IP of my Unraid host, so the "use localhost:32400" trick wouldn't work for me either. I tried pinging my Plex server from the console of the docker directly, and it wouldn't work. Solution for me was to set my network type as "br0" so it has its own IP address assigned to it. I could then access the Plex url successfully. Hopefully, that solves your issue as well. Good luck and have a great day! Alex |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i have the same issue but i think a key piece of information is missing from the above that can be found through the logs. By default plex does not allow insecure connections (HTTP) and since we are connecting on the local IP and through HTTPS there will be a certificate error which can be spotted in the logs:
i've seen from other utilities in the past where you could skip SSL verification by adding it to the configuration (ombi used to have it and way back tautulli but they have both changed their method of auth against plex), is there an equivalent setting here or am i out on deep water and should configure it differently? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I had the same error on Docker for Windows. Instead of localhost or the ip, I tried host.docker.internal and it worked.
|
Beta Was this translation helpful? Give feedback.
-
I had the same problem and the problem was resolved by changing Plex/Setting/Network/Secure Connections to Preferred |
Beta Was this translation helpful? Give feedback.
-
{from config.yml}
plex:
url: https://10.10.10.10:32400
token: reVb#############
clean_bundles: false
empty_trash: false
optimize: false
timeout: 60
Beta Was this translation helpful? Give feedback.
All reactions