Noko7 / Spotify-Downloader

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

Problem #5

Closed Gagans90 closed 1 month ago

Gagans90 commented 3 months ago

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

Noko7 commented 3 months ago

Run the command 'python pip install requests'

Noko7 commented 3 months ago

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

Gagans90 commented 3 months ago

python pip install requests In the Vs code ?

Noko7 commented 3 months ago

Yep. In the terminal in vs code

Gagans90 commented 3 months ago

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

Noko7 commented 3 months ago

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

Gagans90 commented 3 months ago

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

Noko7 commented 3 months ago

Run the script again

Gagans90 commented 3 months ago

no its not working

Gagans90 commented 3 months ago

Same error

Noko7 commented 3 months 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 3 months ago

Okay, I will try that. Thanks

Gagans90 commented 3 months ago

Thanks it worked

Gagans90 commented 3 months ago

image It's Not responding

Noko7 commented 3 months ago

Close it and retry

Gagans90 commented 3 months ago

Done that it's not working

Gagans90 commented 3 months 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 3 months ago

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

Gagans90 commented 3 months ago

okay

Gagans90 commented 3 months ago

Can you notify me when the code is updated

LeCurateur commented 3 months ago

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

Gagans90 commented 3 months ago

How much time dude

NudeMilk commented 3 months 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

Noko7 commented 1 month ago

Hi Everyone, I have updated the code I apologize for the delay. It works now! Please let me know if it works

Noko7 commented 1 month ago

Make sure you run "pip install -r requirements.txt" before you try and run the script again

NudeMilk commented 1 month ago

Hi, thank you very much for updating the code but, if i may ask for your help, i still have a problem: when i run the script it start downloading the first song of the playlist and the it send in loop always the same error without downloading nothing. I ll send a scrrenshot, Thank you very much. error

eugene4545 commented 1 month ago

You'll need to download ffmpeg and add the path to your environment variables...I had the same issue too

NudeMilk commented 1 month ago

You'll need to download ffmpeg and add the path to your environment variables...I had the same issue too

Thank you you re a life saver, now it works!

eugene4545 commented 1 month ago

you're welcome... and thanks @Noko7 for updating the code