[Android] Crash when searching with an invalid URL escape code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Most of the time searching % crashes the app.
Plan
Premium
Country
USA
Device
Pixel 7
Operating System
Android 14
My Question or Issue
Any search on Spotify Android that contains an invalid URL escape code crashes the app. This includes the following strings:
- test %
- test %2G
- %invalid
This does not include the following, and the search goes normally:
- test %2B (replaces with +)
- test %26 (replaces with &)
- test %25 (replaces with % itself)
I can't reproduce this issue on desktop: the invalid code is left as-is and the search is done normally, instead of replacing with the unescaped character as valid escape code sequences do.
I discovered this when I tried to search for a song title that included the % character.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page