Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicClient.Get returns an error when LookupOptions is not null #3

Open
Nooodles opened this issue Aug 10, 2015 · 0 comments
Open

MusicClient.Get returns an error when LookupOptions is not null #3

Nooodles opened this issue Aug 10, 2015 · 0 comments

Comments

@Nooodles
Copy link

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:

var results = client.Find("Daft Punk").Result;
var artistId = results.Artists.Items.First().Id;
var artistDetails = client.Get(artistId).Result; //works fine
artistDetails = client.Get(artistId, new LookupOptions(true)).Result; //Error: bad request

Any idea where this could come from?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant