Been getting this error this last week #39
Unanswered
soucarlosxavier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone.
Does anybody know what can this be?
Zotify was working perfectly until last week.
Thanks for any help! 🤘
Part of the error log:
HTTPSConnectionPool(host='audio-gm-fb.spotifycdn.com', port=443): Max retries exceeded with url: /audio/21d7fb81406afa51ca43094111b216e9dc301ab2?Expires=1698853865
FullPathhmac=Wuap7Uxk7B5uCzcWmskdDEY4PmdpAmF1IKk-dsGurcU= (Caused by SSLError(CertificateError("hostname 'audio-gm-fb.spotifycdn.com' doesn't match 'audio-gm-off.spotifycdn.com'")))Traceback (most recent call last):
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1042, in _validate_conn
conn.connect()
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/connection.py", line 467, in connect
_match_hostname(cert, self.assert_hostname or server_hostname)
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/connection.py", line 540, in _match_hostname
match_hostname(cert, asserted_hostname)
File "/Users/carlosxavier/anaconda3/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py", line 155, in match_hostname
raise CertificateError("hostname %r doesn't match %r" % (hostname, dnsnames[0]))
urllib3.util.ssl_match_hostname.CertificateError: hostname 'audio-gm-fb.spotifycdn.com' doesn't match 'audio-gm-off.spotifycdn.com'
Beta Was this translation helpful? Give feedback.
All reactions