soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

Too many API Requests, please try later

Open SnakerBone opened this issue 5 years ago • 6 comments
trafficstars

Soundcloud API Request limit when I try to play a song,,

SnakerBone avatar Dec 24 '19 22:12 SnakerBone

Giving this a nudge since it's still an issue when you follow the instructions and pull your own API key and put into the userConfig file or directly into the app itself : you still get the rate error.

darkwiz666 avatar Jan 09 '20 15:01 darkwiz666

which version of the app are you using?

jakejarrett avatar Jan 09 '20 20:01 jakejarrett

Current RC 7.0.1

darkwiz666 avatar Jan 10 '20 05:01 darkwiz666

Might also be likely the api key didn't get updated if it's still returning an error for the new api key.

You can open devtools with Control + Shift + I (Or Command on mac), go to the network tab & then confirm whether the client_id param in the get request has changed; (eg/ Mine would be URL:https://api.soundcloud.com/tracks/737929528/stream?client_id={id})

I can investigate further tomorrow to get a better idea, but currently there is not too much we can do about the root cause of the api key having really dumb limits.

jakejarrett avatar Jan 11 '20 09:01 jakejarrett

small update; Haven't had much time to work on any soundnode stuff in the past 3 days, been mostly preoccupied with personal things.

Should be able to have time to check if the userConfig is bugged in the next couple of days, otherwise anything to do with any api keys is way beyond what I am able to fix (as that'd be an issue with soundcloud not us)

jakejarrett avatar Jan 14 '20 01:01 jakejarrett

I have been able to get around it with the youtube-dl patch: https://github.com/Soundnode/soundnode-app/pull/1029

acxz avatar May 03 '20 16:05 acxz