Skip to content
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

Use Local Plex Server in configuration #67

Closed
PilaScat opened this issue Feb 20, 2023 · 9 comments
Closed

Use Local Plex Server in configuration #67

PilaScat opened this issue Feb 20, 2023 · 9 comments

Comments

@PilaScat
Copy link

I have not a Plex URL to fullfill this, why I can't add my plex local ip:port like in overseer?
image

@mtthidoteu
Copy link
Contributor

This should be possible, what do the logs say? Can the wizarr container access that host?

@PilaScat
Copy link
Author

PilaScat commented Feb 20, 2023

Yes, wizarr can access that ip, heres the log:

WARNING:urllib3.connection:Certificate did not match expected hostname: 192.168.1.20. Certificate: {'subject': ((('commonName', '*.f5a4f1a65dsfd1a6.plex.direct'),),), 'issuer': ((('countryName', 'US'),), (('organizationName', "Let's Encrypt"),), (('commonName', 'R3'),)), 'version': 3, 'serialNumber': '115855aa1s1ds5d5s51', 'notBefore': 'Jan 23 18:26:57 2023 GMT', 'notAfter': 'Apr 23 18:26:56 2023 GMT', 'subjectAltName': (('DNS', '*.f5a4f1a65dsfd1a6.plex.direct'),), 'OCSP': ('http://r3.o.lencr.org',), 'caIssuers': ('http://r3.i.lencr.org/',)}

Seems SSL error, but in local I don't need that
I use this ip in every others *arrs

@8321876218
Copy link

8321876218 commented Feb 20, 2023

Is your Plex server set to Require secure connections, or only Prefer them? You may try to replace http://192.168.1.20:32400 with https://192-168-1-20.f5a4f1a65dsfd1a6.plex.direct:32400 (I think). I believe HTTP will only work when Requiring secure connections if Wizarr is on the same machine, where you would type http://localhost:32400

@PilaScat
Copy link
Author

PilaScat commented Feb 20, 2023

Is set on Prefer, but even with ip.hash.plex.direct it doesn't work
Tried all the combinations with ip, http/s, port, plex.direct, nothing works

@8321876218
Copy link

Just to be specific, the format you entered was https://ip.hash.plex.direct:port correct?

@PilaScat
Copy link
Author

yes, copied the url from overseerr

@8321876218
Copy link

I would like to point out that Overseerr does not include the port at the very end of the https link, so it would need to be copied from Overseerr and then appended with :32400

@PilaScat
Copy link
Author

in fact i forget it ahahha
now it works

@8321876218
Copy link

The tiny details will get you some times! Glad you got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants