H
Homarr2y ago
Ed

Wigets Plex & Usenet on Unraid

Heya just wondered if anyone can help me get plex & some other integrations working. I host on unraid. Plex uses SSL.
Solution:
I just went though and edited the integration didnt change anything and clicked save and it seems to have forced a reload.
Jump to solution
29 Replies
explosive parrot
Can you post your app configuration and your homarr logs?
Ed
EdOP2y ago
No description
No description
No description
Ed
EdOP2y ago
ERROR Unexpected response: socket hang up ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:19999 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:7766 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:6052 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:6333 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:9541 ERROR Unexpected response: socket hang up ERROR failed to communicate with media server 'Plex' (04242560-9133-43fd-a402-9745f6088d0f): TypeError: fetch failed ERROR failed to communicate with media server 'Plex' (04242560-9133-43fd-a402-9745f6088d0f): TypeError: fetch failed ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:19999 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:7766 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:6052 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:6333 ERROR Unexpected response: connect ECONNREFUSED 192.168.22.2:9541 ERROR Unexpected response: socket hang up ERROR failed to communicate with media server 'Plex' (04242560-9133-43fd-a402-9745f6088d0f): TypeError: fetch failed ERROR failed to communicate with media server 'Plex' (04242560-9133-43fd-a402-9745f6088d0f): TypeError: fetch failed
explosive parrot
ECONNREFUSED is likely from a lack of SSL on your lan side. Is your certificate manager set up for your IP address as well, or just your DNS? You can confirm this with a wget inside your homarr container to the IP and the DNS.
Ed
EdOP2y ago
no cert manager set up properly so it always shows a warning in web broswer as in each app is creating a local ssl itself My host is UNRAID wget wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. wget 192.168.22.2 --2023-12-01 13:02:27-- http://192.168.22.2/ Connecting to 192.168.22.2:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://192.168.22.2:443/ [following] --2023-12-01 13:02:27-- https://192.168.22.2/ Connecting to 192.168.22.2:443... connected. ERROR: The certificate of '192.168.22.2' is not trusted. ERROR: The certificate of '192.168.22.2' doesn't have a known issuer. The certificate's owner does not match hostname '192.168.22.2' #
explosive parrot
There we go, certificate is the likely issue. You can wget the ip:port to confirm. You can also try using your DNS address as your internal address in the homarr app so the certificate matches
Ed
EdOP2y ago
wget seems to use http
Ed
EdOP2y ago
No description
explosive parrot
Just add https:// to your argument
Ed
EdOP2y ago
No description
Ed
EdOP2y ago
thanks so how I add dns to homarr
Ed
EdOP2y ago
No description
No description
No description
No description
explosive parrot
The point isn't the lack of DNS on homarr, it's that the certificates for the other apps don't match the IP address. A few solutions: 1. Make certificates for your IP, or add them to the DNS certificates (this depends on your cert provider). 2. Have homarr make requests in http. 3. Set the internal links in homarr to the DNS address so the certificate matches.
Ed
EdOP2y ago
hmm the certificat is from plex I think I have http off so that all requests are secure if I find out the remote url and enter that would that work?
explosive parrot
I believe so. Whichever url matches the cert.
Ed
EdOP2y ago
do you use remote access on your plex? or just local access?
explosive parrot
I use local access for integrations, and secure remote access for my jellyfin.
Ed
EdOP2y ago
and do you have it associated with a domain name?
explosive parrot
Yes, my certificate is linked to my duckdns.org domain through let'sencrypt
Ed
EdOP2y ago
ok cool that might be what I need to sort out what I dont quite get is how tautilui is working with plex is is possible to tell homarr to allow unsigned certs?
explosive parrot
Yes. See ask Kapa
Ed
EdOP2y ago
thanks yeah I've got the wiki page open but am on UNRAID tried adding this
Ed
EdOP2y ago
No description
Ed
EdOP2y ago
Ok so the logs in homarr the ports don't refer to anything I'm running my ports on..
Ed
EdOP2y ago
No description
Ed
EdOP2y ago
apart from 7575 which is homarr Ok solved
Solution
Ed
Ed2y ago
I just went though and edited the integration didnt change anything and clicked save and it seems to have forced a reload.
Ed
EdOP2y ago
even plex working now
Ed
EdOP2y ago
No description

Did you find this page helpful?