Noko7 / Spotify-Downloader

Download any playlist from your Spotify account as a .MP3 file using python and youtube.
MIT License
7 stars 4 forks source link

Problem #5

Open Gagans90 opened 1 month ago

Gagans90 commented 1 month ago

I'm Getting this problem main py - Spotify-Downloader-main - Visual Studio Code 04-08-2024 1 47 50 PM

Noko7 commented 1 month ago

Run the command 'python pip install requests'

Noko7 commented 1 month ago

Also make sure you ran the command 'python pip install -r requirements.txt'

Gagans90 commented 1 month ago

python pip install requests In the Vs code ?

Noko7 commented 1 month ago

Yep. In the terminal in vs code

Gagans90 commented 1 month ago

main py - Spotify-Downloader-main - Visual Studio Code 04-08-2024 1 53 41 PM

Noko7 commented 1 month ago

Just run 'pip install requests' without the python in front

Gagans90 commented 1 month ago

Captures 04-08-2024 1 58 43 PM Now What ?

Noko7 commented 1 month ago

Run the script again

Gagans90 commented 1 month ago

no its not working

Gagans90 commented 1 month ago

Same error

Noko7 commented 1 month ago

Make sure you installed requests and all other required packages. If you need more step by step walkthrough use chatgpt and paste the script with the error messages and it will tell you the commands exactly.

Gagans90 commented 1 month ago

Okay, I will try that. Thanks

Gagans90 commented 1 month ago

Thanks it worked

Gagans90 commented 1 month ago

image It's Not responding

Noko7 commented 1 month ago

Close it and retry

Gagans90 commented 1 month ago

Done that it's not working

Gagans90 commented 1 month ago

(136) Unbelievable Secret to Getting Free Spotify with Python! - YouTube - Brave 04-08-2024 2 23 38 PM Keep getting this error

Noko7 commented 1 month ago

Ok. I will update the code tomorrow to fix that. Check back in then.

Gagans90 commented 1 month ago

okay

Gagans90 commented 1 month ago

Can you notify me when the code is updated

LeCurateur commented 1 month ago

Having the same issue, just completed the installation. I guess I will wait for the updated code. Thanks!

Gagans90 commented 1 month ago

How much time dude

NudeMilk commented 1 month ago

image Hi, i m having the same problem. Keep getting the "Bad Request " problem. The only change i made was to modify the requirements.txt file cause it couldn't find the spotipy version that was written there so i changed it to the 2.24.0 version instead of 2.19.1 and it worked. All went well until i had to download the playlists, now it give me the "Bad Request" error with every playlist i try to download. It would be much appreciated if you could help. Thank you very much