JustYuuto / spotify-downloader

A Python script to download music straight from Spotify servers lol
MIT License
58 stars 10 forks source link

Error 403 #7

Open teoofrast opened 4 months ago

teoofrast commented 4 months ago

(venv) PS D:\pyprojects\spot-down\spotify-downloader> python main.py 4UkUxO2WlKLc0Q1iEutGGh Traceback (most recent call last): File "D:\pyprojects\spot-down\spotify-downloader\main.py", line 90, in
license.raise_for_status()
File "D:\pyprojects\spot-down\venv\lib\site-packages\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://gew1-spclient.spotify.com/widevine-license/v1/audio/license

xyb921866260 commented 1 month ago

I encountered the same problem