2020-01-23, 16:28
(2020-01-23, 13:13)d21spike Wrote:(2020-01-23, 07:11)hackthis02 Wrote: I'm getting an issue with GetDirectory.
Log link removed
The python library is trying to verify you have a secure connection and is unable to get a valid (trusted) SSL certificate, "CERTIFICATE_VERIFY_FAILED." This usually happens when there is something capturing traffic and is spoofing the certificate. Is this happening on all devices or are you indeed doing some traffic capture?
Edit: I did just try the addon and am getting valid responses on my android phone.
Edit #2: Looking at the log again you have the following...Seems this isn't limited to Sling, so yeah I would double check the internet connection and make sure there is no MITM attacks (traffic capture)
- EMBY -> LINE 304: EMBY.views -> Unable to retrieve libraries: NotConnected
- LibreELEC -> LINE 338: URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
- Sling -> LINE 348: (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)'),))
- EMBY Again -> LINE 646: ERROR: CCurlFile::FillBuffer - Failed: SSL peer certificate or SSH remote key was not OK(60)
Thanks. It was a DNS issue. The only problem now is when I go to any new screen, it re-asks for my username/password. I had this issue with the old Sling add-on and my solution was to just re-image my pi. Log link removed