You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know exactly where it comes from, but it seems that I can make MusicClient.Get() work fine without any option, but I got a "Bad Request" error when I add LookupOptions.
Sample code:
varresults=client.Find("Daft Punk").Result;varartistId=results.Artists.Items.First().Id;varartistDetails=client.Get(artistId).Result;//works fineartistDetails=client.Get(artistId,newLookupOptions(true)).Result;//Error: bad request
Any idea where this could come from?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I don't know exactly where it comes from, but it seems that I can make MusicClient.Get() work fine without any option, but I got a "Bad Request" error when I add LookupOptions.
Sample code:
Any idea where this could come from?
Thanks!
The text was updated successfully, but these errors were encountered: