-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Plex + Logging/Debugging #216
Comments
Well, I was able to pull from debugging logs from the Plex iOS app and here is what I see.
|
The resource for Plex in Pangolin is set as I haven't tried swapping from HTTP to TCP/UDP in Pangolin, but it doesn't seem like that should be needed. |
Hi, this is an issue we've dealt with before and the work around right now is to create a raw TCP resource for TCP 32400 and then enter I don't want to speak too soon, but I think we may have found the root cause of the problem and will have a fix out in the next update, allowing you to use the HTTPS resource as you expect. I think it has something to do with the iOS app sending requests with |
Thanks for the quick response! I'll try that workaround and wait for the next update. |
i can confirm that you're on the right track with this. i had a similar issue when attempting to use caddy previously, as well as traefik, as a reverse proxy for plex. From what I've gathered the iOS app, as well as the XBOX one app, append the port number to the URL which indeed will cause a mismatch on the resource. |
Love this project and I'm excited to see where it goes.
Below are the details of my issue. I'm not sure if this is a Plex config issue or not, but it doesn't seem like it at the moment.
I'm using Pangolin to replace the need for Cloudflare tunnels, and I believe everything is set up as expected, but I am unable to get the Plex iOS app to see my home Plex server, through Pangolin, when not on my home network. I am able to see, and play videos, using the Plex website remotely, just not the iOS app.
https://[my plex domain through pangolin]:443
.app.plex.tv
.I've tried logging in/out of the app, reinstalling Plex on iOS, and rebooting my phone.
Ultimately I'm not sure if this issue is Plex or not, but I'd like to be able to diagnose it and if you could provide some details on how to do that I'd be grateful. Or if you have an idea on what I've misconfigured that would be awesome.
Best,
John
The text was updated successfully, but these errors were encountered: