pyradios icon indicating copy to clipboard operation
pyradios copied to clipboard

Problems with SSLError

Open PeterBremer-at-Philips opened this issue 2 years ago • 4 comments

The initial tests as published, just do not work: from pyradios import RadioBrowser rb = RadioBrowser() rb.search(name="BBC Radio 1", name_exact=True)

Gives SSLError: HTTPSConnectionPool(host='at1.api.radio-browser.info', port=443): Max retries exceeded with url: /json/stations/search?name=BBC+Radio+1&nameExact=true (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))

PeterBremer-at-Philips avatar May 19 '22 09:05 PeterBremer-at-Philips