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

HTTPSConnectionPool #90

Closed
NanoBitrin opened this issue Dec 8, 2020 · 11 comments
Closed

HTTPSConnectionPool #90

NanoBitrin opened this issue Dec 8, 2020 · 11 comments

Comments

@NanoBitrin
Copy link

After i tried diferent branches, i am getting this error

image

@simonc56
Copy link
Collaborator

simonc56 commented Dec 9, 2020

Do PlexTraktSync and Plex run on same server ?

You can check your Plex available servers by browsing to this url :
https://plex.tv/pms/resources.xml?includeHttps=1&X-Plex-Token=<your-plex-token-here>
then in the xml content look for 192-168-1-65.f4915435xxxxx.plex.direct:32400 (same url as .env file content)

Edit :
I have a similar problem on one of my servers, seems linked to the ssl certificate expiration.
2020-11-29 04:20:08,963 WARNING:Certificate did not match expected hostname: 192-168-1-14.b8aab.........

I will investigate this.

@NanoBitrin
Copy link
Author

They are running on the same machine, I tried to disable Secure Connections but I get the same error

@simonc56
Copy link
Collaborator

simonc56 commented Dec 9, 2020

Can you visit the url I told you and tell me if uri is matching ?
I know how to solve your problem but I'd like to understand everything.

@NanoBitrin
Copy link
Author

Well, i can found the content you told me on the xml file. I don't know where the error is

image

@simonc56
Copy link
Collaborator

simonc56 commented Dec 9, 2020

That's the address, what is the uri?

@NanoBitrin
Copy link
Author

NanoBitrin commented Dec 9, 2020

uri="https://192-168-1-65.f4915435d6ca4c86b46b4505b1340a3a.plex.direct:32400" local="1"/>

EDIT: Yes, the uri was matching

@simonc56
Copy link
Collaborator

simonc56 commented Dec 9, 2020

In .env file change this line :
PLEX_BASEURL=https://192-168-1-65.f4915435d6ca4c86b46b4505b1340a3a.plex.direct:32400
into
PLEX_BASEURL=http://192.168.1.65:32400
then try script sync.
If it's still not working change line to :
PLEX_BASEURL=http://localhost:32400

@NanoBitrin
Copy link
Author

NanoBitrin commented Dec 9, 2020

I tried the 3 ways, none of them worked

image

image

@glensc
Copy link
Collaborator

glensc commented Dec 10, 2020

Seems like a firewall or networking issue, can you:

  1. ping 192.168.1.65?
  2. tracert 192.168.1.65?
  3. telnet 192.168.1.65 32400?

@NanoBitrin
Copy link
Author

Well, I fell dumb...
I recently installed docked which changed me some firewall settings. Disabled the firewall and it started to sync, but gave me another error.
IMG_20201210_093027.jpg

@glensc
Copy link
Collaborator

glensc commented Dec 10, 2020

guids error is probably because you use a development branch and you ignored installation instructions described in the pull request.

switch to master branch and use the legacy agent:

Repository owner locked as resolved and limited conversation to collaborators Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants