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
Are you using a Free or Premium Spotify account
Premium
Expected behavior
Spotify_sdk must respond with a callback when I perform actions like play/pause/getPlayerState on a song.
Describe the bug
Pre-issue:
I was facing an issue like this and I try to solve his way but it didn't solve. I also tried with this way around where I added a wrong spotifyUri while connecting using SpotifySdk.connectToSpotifyRemote() and it worked!! i.e., Spotify app didn't played song automatically after adding wrong spotifyUri.
Actual/current issue:
When I perform actions like play/pause/getPlayerState on a song, my requests go but they NEVER come back with their callbacks after few successful requests. Rather my all queued requests respond back suddenly when I switch from the app to Spotify App. See the screen shot below:
Steps to Reproduce
Steps to reproduce the behavior:
Does the issue also happen when you pass a valid spotifyUri?
Does the issue also happen when you don't pass any spotifyUri?
"After few successful attempts, you won't be able to perform further actions on a song" Does that literally mean that you cannot perform any action (eg. pause) or just that you are not getting back the callback?
Also how are you sure that this is not a native Spotify SDK issue?
Is this a native Spotify SDK issue
No
Are you using a Free or Premium Spotify account
Premium
Expected behavior
Spotify_sdk must respond with a callback when I perform actions like play/pause/getPlayerState on a song.
Describe the bug
Pre-issue:
I was facing an issue like this and I try to solve his way but it didn't solve. I also tried with this way around where I added a wrong
spotifyUri
while connecting usingSpotifySdk.connectToSpotifyRemote()
and it worked!! i.e., Spotify app didn't played song automatically after adding wrong spotifyUri.Actual/current issue:
When I perform actions like play/pause/getPlayerState on a song, my requests go but they NEVER come back with their callbacks after few successful requests. Rather my all queued requests respond back suddenly when I switch from the app to Spotify App. See the screen shot below:
Steps to Reproduce
Steps to reproduce the behavior:
accessToken
but with a wrongspotifyUri
as a paramScreenshots
logs screenshot,
Project dir structure,
Xcode dir structure
Spotify_sdk Flutter package version
spotify_sdk: ^2.2.0
Target Platform, Version & Device
Development OS
The text was updated successfully, but these errors were encountered: