Miserlou / SoundScrape

SoundCloud (and Bandcamp and Mixcloud) downloader in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

paulinosanchesz opened this issue · comments

429 Client Error: Too Many Requests for url: https://api.soundcloud.com/tracks/898443388/stream?limit=200&client_id=a3dd183a357fcff9a6943c0d65664087

Every attempt with any url returns this error message.
How can I fix this?

Thanks

WARNING: Value for scheme.headers does not match. Please report this to pypa/pip#9617
distutils: c:\python\python392\Include\UNKNOWN
sysconfig: c:\python\python392\Include
WARNING: Additional context:
user = False
home = None
root = None
prefix = None

I just got this error message when I tried to update the program!

For the past two days SoundScrape began working again until now...
It is returning this message when I try to download tracks.

Problem downloading nights
429 Client Error: Too Many Requests for url: https://api.soundcloud.com/tracks/802919239/stream?limit=200&client_id=a3dd183a357fcff9a6943c0d65664087

SoundScrape uses Miserlou's own app info which normally wouldn't be an issue but with multiple people using it at the same time it does tend to get limited.

You could possibly sign up for your own app on Soundcloud and use the info provided to you there in place of the included one to avoid this, you would just have to download the repo, edit the bits linked above with your specific info then setup.py to install it instead.