#[BUG] Special chars in artists name
5 messages · Page 1 of 1 (latest)
Should be enough with %2B, the extra 25 shouldn't be necessary. It seems like + in artist names lead to weird effects because it gets interpreted as a space somewhere along the line.
Last.fm is decoding url query parameters twice
so i am now encoding it twice... as a cursed workaround
Last.fm Support Community
Hi all. Since around a week ago or so, some interesting new behavior has popped up in the Last.fm API and in the website. In query parameters, percent encoding is used for certain special characters, like +. This turns an artist with a name like ak+q into ak%2Bq, so a machine can better understand it. However, it seems I now have to encode my ...