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:Jump to solution
I just went though and edited the integration didnt change anything and clicked save and it seems to have forced a reload.
29 Replies
Can you post your app configuration and your homarr logs?
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
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.
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'
#
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
wget seems to use http
Just add https:// to your argument
thanks so how I add dns to homarr
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.
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?
I believe so. Whichever url matches the cert.
do you use remote access on your plex?
or just local access?
I use local access for integrations, and secure remote access for my jellyfin.
and do you have it associated with a domain name?
Yes, my certificate is linked to my duckdns.org domain through let'sencrypt
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?
Yes. See ask Kapa
thanks yeah I've got the wiki page open
but am on UNRAID
tried adding this
Ok so the logs in homarr the ports don't refer to anything I'm running my ports on..
apart from 7575 which is homarr
Ok solved
Solution
I just went though and edited the integration didnt change anything and clicked save and it seems to have forced a reload.
even plex working now