android-sdk
android-sdk copied to clipboard
Playing unplayable track (no rights in country) not handled (no error thrown)
Issue found on 08/03/2021 (well before actually)
SDK Version: 0.7.1
OS Version: Android 9
Scope(s): ['streaming', 'user-read-birthdate', 'user-read-email', 'user-read-private', 'app-remote-control', 'user-read-playback-state', 'user-modify-playback-state']
Steps to reproduce:
- Play a unplayable song (no rights in my counrtry) with
skipToIndex()
Expected behaviour:
Error is returned
Actual behaviour:
Success Callback returns. Absolutely nothing happens
I am playing a track that is grayed out in the official App. The play command doesn't throw an error. Most methods throw a time out when called (like getPlayerState())