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 login error #5766

Closed
ghost opened this issue Jun 19, 2017 · 23 comments
Closed

soundcloud login error #5766

ghost opened this issue Jun 19, 2017 · 23 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2017

https://soundcloud.com/connect?response_type=code&client_id=2add0f709fcfae1fd7a198ec7573d2d4&state=33384&redirect_uri=https://clementine-data.appspot.com/skydrive&scope=non-expiring

clementine invalid_client: The client identifier provided is invalid.

@bastimeyer
Copy link

I'm having the same issue. This looks like the Soundcloud client-id of Clementine has either expired or has been revoked by Soundcloud. Can someone confirm this please?

Does Clementine even respect the ToS of Soundcloud?
https://developers.soundcloud.com/docs/api/terms-of-use
https://developers.soundcloud.com/docs/api/terms-of-use#general

You must not remove or attempt to remove or interfere with any advertising delivered via the SoundCloud® API.
You must not alter or remove any trademark, copyright or other proprietary or legal notices contained in, or appearing on, the SoundCloud® platform, any User Content and/or any documentation relating to the SoundCloud® API.

Also, API calls are limited by 15000 per day per registered app. This doesn't seem much for an application like Clementine. Does/did the current client-id have a special limit?

You could try to request a new custom client-id in the mean time and change it here

const char* SoundCloudService::kApiClientId =
"2add0f709fcfae1fd7a198ec7573d2d4";
const char* SoundCloudService::kApiClientSecret =
"d1cd7829da2e98e1e0621d85d57a2077";

and then recompile. All app registrations are validated by Soundcloud first though and using multiple registrations for the same application is against the ToS, so I'm not sure if this will be successful.

@0xMH
Copy link

0xMH commented Jun 23, 2017

I'm having this same issue right now too

@zecho
Copy link

zecho commented Jun 23, 2017

I'm having the same issue.

@sonic2kk
Copy link

Having this issue too.

@ArnaudBienner
Copy link
Member

I requested the SoundCloud API key for Clementine a while ago.
I have to confess I don't use SoundCloud much nowadays.
Seems like the key was indeed revoked.
Not sure why. I will try to request a new one.

@ArnaudBienner
Copy link
Member

"SoundCloud Application Registration
Due to the high amount of requests recently received, we will no longer be processing API application requests at this time. We are working to re-evaluate our process to make it more efficient."
:(

@djbobyd
Copy link

djbobyd commented Jul 21, 2017

This might explain some things ....
https://www.musicbusinessworldwide.com/ouch-soundcloud-losses-show-a-broken-business-model-in-desperate-need-of-a-fix/

@gabsoftware
Copy link

Will this be fixed one day?

@ghost
Copy link
Author

ghost commented Oct 14, 2017

This is a duplicate of this.

@rolfen
Copy link

rolfen commented Jan 30, 2018

This is an issue with Soundcloud, apparently. I think it would be good to be able to change the API key without recompiling. Maybe in a config file, or a GUI input in settings (although many would not care for it).

@sonicwim-zz
Copy link

It's still broken... :-(

@jorgeas80
Copy link

Still not working :-(

@gabsoftware
Copy link

Well they removed SoundCloud support instead of fixing it, without commenting on this. That was not nice.

@rolfen
Copy link

rolfen commented Oct 5, 2018

Well they removed SoundCloud support instead of fixing it, without commenting on this. That was not nice.

Soundcloud is making it hard to fix this issue.

Yes an update would be nice, however it does not change much for me.

@tomachinz
Copy link

Perhaps they never did sort ad playback via API, and as such it would have been ad-free if it ever did work. They might be going bust soon sadly:

https://www.digitalmusicnews.com/2018/04/13/soundcloud-2016-financials/

@lkorczowski
Copy link

Why does this issue has been closed? I don't think it has been fixed.

@sonicwim-zz
Copy link

I don't think they'll bother fixing it...

@jonaski
Copy link
Contributor

jonaski commented Dec 25, 2018

Soundcloud is not open to API registration

@JulianVolodia
Copy link
Contributor

Dear @SonicWim @lkorczowski @tomachinz @rolfen @gabsoftware @jorgeas80 @bastimeyer @mohd20 @zecho and @sonic2kk

As @jonaski and @ArnaudBienner explaied here and was mentioned here #6294 (comment) the support is dropped.

What could be done to you users to improve your experience?

@jorgeas80
Copy link

jorgeas80 commented Nov 26, 2019

@JulianVolodia thanks for the update. I understand your reasons. So, no problem for me.

@SJS-dev
Copy link

SJS-dev commented Feb 25, 2021

you can get RSS feed. is there an easy way to determine the RSS feed for soundcloud podcast?
https://feeds.soundcloud.com/.../soundcloud.../sounds.rss

@JulianVolodia
Copy link
Contributor

@SJS-dev what exactly You are asking about? Help with re api of sc? or whut?

@examachine
Copy link

still can't login

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