-
Notifications
You must be signed in to change notification settings - Fork 28
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
error trying to connect: tcp connect error: Connection refused (os error 111) [Bug] #51
Comments
Hey @TiboGabriels This looks like a networking issue with your server. The error means that the Plex server isn't accessible from MovieMatch. Is Plex accessible from other containers using the same name? |
Closing due to inactivity. Comment back with more info to re-open |
I had tried that before, but when using the internal IP, I get this error: When using the external IP with the internal port, I get the same TCP error, when using the external port Plex uses I get the DNS error again |
At the moment I don't have any other containers that need to reach plex |
If you can SSH into the server, you could try following the debugging steps I've posted in #52? |
I just tried using the external port with the domain name and got this error: I'll have a look at the instructions you linked |
In the instructions you want me to exec into the container, the thing is that I've never seen the container running, it's always on stopped and when looking in the lights I get the aforementioned errors. I'm using portainer for the bulk of it btw |
Are you using a valid TLS certificate for your Plex domain?
Can you run |
I have a self signed SSL certificate if thats good enough
I'll try it now but bear with me, I'm on mobile :p |
Can you try running If that fails, try running it with |
I will |
This is the result, i assume that means the token would be wrong? I'll see if the token changed
|
just pulled the token from the xml but got the same result: 401 |
after in plex, setting secure connection to dissabled instead of preferred, i got this as output: |
Yep, that's an invalid (or missing) token. You can follow these instructions to find your token.
You should set "secure connection" to preferred, this way you can use |
I'm using self signed so i'll use http then, let's see |
It worked! now i just need to figure out how to deploy the stack without it instantly stopping error: Uncaught (in promise) DenoStdInternalError: "Films, Series" did not match any available library names: Documentaires, Films, Series, Muziek, Photos, Comedy, Home-Videos
|
i fixed it, it was because i used quotes, thank you! |
Sweet! I'm glad you got it working. |
Describe the bug
Container stops with exit code 1, gives this log:
INFO Listening on port 8080
error: Uncaught (in promise) TypeError: error sending request for url (https://:32400/library/sections?X-Plex-Token=): error trying to connect: tcp connect error: Connection refused (os error 111)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The container starts
Server:
The text was updated successfully, but these errors were encountered: