Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

[bug] Launching playlist from android app

[bug] Launching playlist from android app

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.

 

Reply
1 Reply

it looks like the ":play" part is missing from the regex in the Fragment

Suggested posts