JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 305 forks source link

Search for '#' produces error #143

Closed Joniator closed 7 years ago

Joniator commented 7 years ago

WebApi.SearchItems creates {SpotifyAPI.Web.Models.Error}, Status 400, Message "Missing parameter type" if the parameter contains '#' at any position.

JohnnyCrazy commented 7 years ago

Duplicate of #131

For the time, URLEncode the query parameter before you pass it to the method