Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundcloud API rate limit #248

Open
JKatzwinkel opened this issue Oct 22, 2020 · 4 comments
Open

Soundcloud API rate limit #248

JKatzwinkel opened this issue Oct 22, 2020 · 4 comments

Comments

@JKatzwinkel
Copy link
Contributor

JKatzwinkel commented Oct 22, 2020

In #247, I attempted to make travis happy, but travis is not happy :c
Screenshot from 2020-10-22 20-04-35

(neither is github actions for that matter)
Screenshot from 2020-10-22 20-05-37

As HTTP response code 429 is supposed to indicate a too many requests situation, I figured I go and generate a new API key. However:
Screenshot from 2020-10-22 20-06-28

But regardless of soundcloud not providing new keys at the moment, what seems kind of puzzling is that both travis and (for the most part functionally identical) github CI setups fail, but I can run nosetests locally as much as I please!!?

Any ideas about how we can make travis happy?

@viatekh
Copy link

viatekh commented Oct 24, 2020

it was inevitable that requests max out. those keys are everywhere now.

i've reached out to soundcloud to ask about applications. best case scenario, applications open up again, and we can write a little guide to show people how to generate their own API keys, and add them to the script.

worst case scenario, we lose access to the API as SC works out what we're doing with them (i imagine this is against TOS of the site to be honest)

@JKatzwinkel
Copy link
Contributor Author

JKatzwinkel commented Oct 25, 2020

Thanks for taking action! Hopefully soundcloud will get their registration process back on track soon.

I still don't understand why both CI setups (travis & github actions) consistently fail due to exceeded quota, BUT if I run nosetests locally on my machine, no such problems occur...?

Screenshot from 2020-10-25 11-55-09

@meta-boy
Copy link

meta-boy commented Dec 3, 2020

it was inevitable that requests max out. those keys are everywhere now.

I would have volunteered to give out my keys but they would ended up the same way

@markddavidoff
Copy link

:(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants