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
Is this a how to question?
No
If Yes, please use Stack Overflow instead.
Is this a native Spotify SDK issue?
No
Have you searched for existing issues?
Yes
Are you using a Free or Premium Spotify account?
Free
Are you aware of the limitations of Free Spotify accounts?
Yes
Expected behavior
User is disconnected from Spotify when disconnect method is called.
Describe the bug
Got a java null pointer exception when calling disconnect
Steps to Reproduce
Log in the user
Call disconnect
See error:
Error while deleting user: PlatformException(error, null, null, java.lang.NullPointerException
I/flutter (18388): at de.minimalme.spotify_sdk.SpotifySdkPlugin.disconnectFromSpotify(SpotifySdkPlugin.kt:349)
I/flutter (18388): at de.minimalme.spotify_sdk.SpotifySdkPlugin.onMethodCall(SpotifySdkPlugin.kt:177)
I/flutter (18388): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258)
Spotify_sdk Flutter package version
2.3.1
Target Platform, Version & Device
OS & Version: Android 9
Device: Pixel 6
Development OS
Windows
The text was updated successfully, but these errors were encountered:
Is this a how to question?
No
If Yes, please use Stack Overflow instead.
Is this a native Spotify SDK issue?
No
Have you searched for existing issues?
Yes
Are you using a Free or Premium Spotify account?
Free
Are you aware of the limitations of Free Spotify accounts?
Yes
Expected behavior
User is disconnected from Spotify when disconnect method is called.
Describe the bug
Got a java null pointer exception when calling disconnect
Steps to Reproduce
Error while deleting user: PlatformException(error, null, null, java.lang.NullPointerException
I/flutter (18388): at de.minimalme.spotify_sdk.SpotifySdkPlugin.disconnectFromSpotify(SpotifySdkPlugin.kt:349)
I/flutter (18388): at de.minimalme.spotify_sdk.SpotifySdkPlugin.onMethodCall(SpotifySdkPlugin.kt:177)
I/flutter (18388): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258)
Spotify_sdk Flutter package version
2.3.1
Target Platform, Version & Device
Development OS
Windows
The text was updated successfully, but these errors were encountered: