Announcements

Help Wizard

Step 1

NEXT STEP

[Bug Report][Developers] Searching for songs, via spotify:search:My+Search causes a blank page.

[Bug Report][Developers] Searching for songs, via spotify:search:My+Search causes a blank page.

Hi there.

I'd like to report a bug for the Spotify android application. Here is the thing.

I'm developping an android app that will propose to open spotify, and search for songs. I've been using this intent : 

 

intent = new Intent(Intent.ACTION_VIEW, Uri.parse("spotify:search:" + URLEncoder.encode(album.getAlbumName())))


This intent seems good, it opens the spotify application, and does the search, but the opened page is always full blank page. The only thing that indicates that the intent work is that it shows "Search: mything i wanted to search" as a title.

 

EDIT : well, maybe that comes from the search feature. Since the album name (thing I'm searching)  posessed a "/" it seems to bug. Same thing happen when I try to search for something with a "/" directly from the app.

Reply
0 Replies

Suggested posts