OAuth2 login to SoundCloud recently returns Error Domain=NXOAuth2HTTPErrorDomain Code=401 “HTTP Error: 401”

自作多情 提交于 2019-12-13 16:26:18

问题


I am trying to log into my SoundCloud account on an iOS app I develop using the Objective-C SoundCloudAPI framework https://github.com/sangtn/SoundCloudAPI

This worked like a charm the last time I used it but by today I am getting the following error message:

Error Domain=NXOAuth2HTTPErrorDomain Code=401 "HTTP Error: 401" UserInfo={NSLocalizedDescription=HTTP Error: 401}

Using the same credentials (email and psw) grants me access on the web platform and on the SoundCloud iOS app.

I cannot find any recent changes on the SoundCloud platform nor does their status page indicate any malfunction, so I am asking if anyone is experiencing this as well and if someone has found a cause of this issue?!

Thanks!


回答1:


Looks soundcloud fixed the issue




回答2:


Having issues as of last night with my app logging in as well. I've Tweeted and emailed - seems like this could be a broader issue on their side.



来源:https://stackoverflow.com/questions/38243274/oauth2-login-to-soundcloud-recently-returns-error-domain-nxoauth2httperrordomain

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!