[bug] Launching playlist from android app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been launching spotify playlists using an intent such as:
spotify:user:username:playlist:37i9dQZF1DWUPafHP1BJw1:play
this has worked fine until recently, when it stopped working with brand new non-premium accounts. I am getting an exception as follows:
java.lang.AssertionError: View URI spotify:user:AnonymizedMarvin:playlist:37i9dQZF1DWUPafHP1BJw1:play did not match pattern spotify:(user:[^:]+:)?(playlist:[a-zA-Z0-9]{22})
at puo.a(SourceFile:79)
at com.spotify.music.spotlets.freetierplaylist.FreeTierPlaylistFragment.c(SourceFile:504)
the user name is being set to AnonymizedMarvin by spotify when it handles the intent, and then the regex matcher is throwing out the URI.
Can the dev team take a look at this, I was unable to find any documentation saying if the intent has recently changed. This might be a bug in the FreeTierPlaylistFragment.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page