-
Notifications
You must be signed in to change notification settings - Fork 87
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
Service for getting Soundcloud token doesn't work #784
Comments
Same error here, and it also happened when i try playing a soundcloud playlist. Maybe the OAuth toket is outdated but for sure i cant get a new one |
@SainteCroquette token has been generated corrected, issue was at SC.get(...) method Soundcloud JS SDK was broken after API update and method always get error You can get token from Firefox / Chrome Dev tools OR you may simple run it in browser console: |
The Soundcloud module that tizonia uses is also broken and the music plays one time out of five (soundcloud api requires auth token at Authorization header) You can install fixed version by command:
The "fix" in this commit: |
Issue
Description
Page for getting Soundcloud token listed at docs doesn't work http://www.aratelia.com/index.php/open-source/77-main/88-connect-with-soundcloud#
Steps to Reproduce
Expected behavior:
Get soundcloud api token
Actual behaviour:
Alert with error
Error: A request must contain the Authorization header. For details please refer to https://developers.soundcloud.com/blog/security-updates-api.
Reproduces how often:
100%
Versions
n/a
Installation Method Used
n/a
Additional Information
n/a
The text was updated successfully, but these errors were encountered: