You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in the Spotify App Remote SDK!
If you're submitting a bug, please use the following template.
If your issue is a feature request, please include your use-case so that we have all the necessary info.
Issue found on May 28, 2024.
SDK Version:
spotify-app-remote-release-0.8.0 and spotify-auth-release-2.1.0
OS Version:
Android 10
Scope(s):
Successfully connecting to Spotify
Steps to reproduce:
1.Attempt to connect to Spotify using the connect interface.
2.Receive the following error: com.spotify.android.appremote.api.error.UserNotAuthorizedException: {"message":"Explicit user authorization is required to use Spotify. The user has to complete the auth-flow to allow the app to use Spotify on their behalf"}.
3.Use AuthorizationClient.openLoginActivity to authorize the user.
4.Successfully receive the TOKEN indicating authorization is complete.
5.Attempt to connect again using the connect interface.
6.The connect interface still returns the error: com.spotify.android.appremote.api.error.UserNotAuthorizedException.
Expected behaviour:
After successful authorization, the connect interface should connect without returning a UserNotAuthorizedException error.
Actual behaviour:
Even after successful authorization and receiving the TOKEN, attempting to connect using the connect interface results in com.spotify.android.appremote.api.error.UserNotAuthorizedException.
Please provide any additional information that may be helpful in resolving this issue. Thank you.
The text was updated successfully, but these errors were encountered:
If your app is in "developer mode" you not only have to whitelist all (up to 25) spotify accounts that may use it, but also save the SHA1 hash of the key signing the app in the developer portal
Thanks for your interest in the Spotify App Remote SDK!
If you're submitting a bug, please use the following template.
If your issue is a feature request, please include your use-case so that we have all the necessary info.
Issue found on May 28, 2024.
SDK Version:
spotify-app-remote-release-0.8.0 and spotify-auth-release-2.1.0
OS Version:
Android 10
Scope(s):
Successfully connecting to Spotify
Steps to reproduce:
1.Attempt to connect to Spotify using the connect interface.
2.Receive the following error: com.spotify.android.appremote.api.error.UserNotAuthorizedException: {"message":"Explicit user authorization is required to use Spotify. The user has to complete the auth-flow to allow the app to use Spotify on their behalf"}.
3.Use AuthorizationClient.openLoginActivity to authorize the user.
4.Successfully receive the TOKEN indicating authorization is complete.
5.Attempt to connect again using the connect interface.
6.The connect interface still returns the error: com.spotify.android.appremote.api.error.UserNotAuthorizedException.
Expected behaviour:
After successful authorization, the connect interface should connect without returning a UserNotAuthorizedException error.
Actual behaviour:
Even after successful authorization and receiving the TOKEN, attempting to connect using the connect interface results in com.spotify.android.appremote.api.error.UserNotAuthorizedException.
Please provide any additional information that may be helpful in resolving this issue. Thank you.
The text was updated successfully, but these errors were encountered: