mopidy / mopidy-soundcloud

Mopidy extension for playing music from SoundCloud
https://mopidy.com/ext/soundcloud/
MIT License
184 stars 59 forks source link

Fix/workaround auth changes #133

Closed kingosticks closed 2 years ago

kingosticks commented 2 years ago

If we remove the client id request parameter (as reported in #123) things seem to start working again. The SC docs claim the OAuth token will expire after an hour but that does not seem to be the case.

Also fixed where the non-public client id method to obtain a stream link was never being called. Although weirdly this method isn't using our client id anymore and still seems to work... I'm not interesting enough in using SC to get into this much further.

kingosticks commented 2 years ago

I might need to fix some tests here