Cannot connect to plex server
See original GitHub issueHi,
I’ve been trying out this via docker (Synology Nas) and managed to install it, but looking at the logs it just says ConnectionError: unable to connect to plex server, retrying
The only thing I added in the config is PLEX_URL and PLEX_TOKEN
Let me know if you need any other info
Issue Analytics
- State:
- Created a year ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Why can't the Plex app find or connect to my Plex Media Server?
General Troubleshooting · Ensure you have the current version of Plex Media Server installed · Ensure that Plex Media Server is actually actively ......
Read more >Plex Not Connecting to Server? How to Fix? - SenseMother
Step #1: Check if Your Plex Client is Up-to-Date.
Read more >Plex App not Connecting to any servers - Reddit
In the app go Settings > Advanced > Allow insecure connections. This was set to "never". Changing that to something else and then...
Read more >How to fix common Plex Media Server issues - Windows Central
If you're able to access the Plex server using a client on the same network but are unable to connect outside, the most...
Read more >Fix App Plex TV is Unable to Connect to Securely - TechCult
If you have connected the Plex TV Web App and the Plex Media Server to varying WiFi networks, you may face this issue....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There’s no need to disable requiring TLS. Getting the right URL and Token is quite simple. Just follow the official guide and view the XML document from one of the library items and use it’s URL as PLEX_URL. It should look something like this:
https://[Local-IP].[AlphaNumeric-Identifier].plex.direct:32400/
With this address it should work. (At least it did for me, I had the same issue with http://local-ip, but with the https://plex.direct URL it’s working.)
Thanks for this. It worked!