mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #334] Problem configuring Spotify: certificate verify failed: unable to get issuer certificate #195
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @henrik242 on GitHub (Oct 22, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/334
When I try to authorize Spotipy (through Home Assistant, which uses spotipy), I authorize with Spotify, but it fails when returning. The log is:
I have tried adding the certificate from accounts.spotify.com into a cacerts.pem bundle and starting hass with
REQUESTS_CA_BUNDLE=$HOME/.homeassistant/cacerts.pem hass. This doesn't help.I have also verified that certifi is installed...
I'm running this on macOs 10.4 Mojave. Spotipy 2.4.4 installed with pip3.
@ritiek commented on GitHub (Jan 14, 2020):
I'd be curious whether this is still a problem.
There are also many solutions/workarounds posted on here:
https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error
Does it help?
@stephanebruckert commented on GitHub (Jan 22, 2020):
Indeed, it looks like this would happen on macos (also suggested here https://github.com/yoavaviram/python-amazon-simple-product-api/issues/129#issuecomment-372084644). Closing as it's not related to the library