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

Bug regarding Artist.GetTopAlbumsAsync #119

Open
ColorTwist opened this issue May 25, 2018 · 2 comments
Open

Bug regarding Artist.GetTopAlbumsAsync #119

ColorTwist opened this issue May 25, 2018 · 2 comments

Comments

@ColorTwist
Copy link

var pageResponse = await client.Artist.GetTopAlbumsAsync("Madonna", page: 1, itemsPerPage: 100);
return different result than:
var pageResponse = await client.Artist.GetTopAlbumsAsync("Madonna", page: 1, itemsPerPage: 50);

@L-Dogg
Copy link
Contributor

L-Dogg commented Jun 27, 2018

@ColorTwist isn't this last.fm API endpoint's problem (or design)? If my little R script is working correctly, then it isn't a bug - it shows that there's no match between responses album data.

@rikkit rikkit added this to the 1.1.1 milestone Jul 2, 2018
@klinge
Copy link
Contributor

klinge commented Dec 13, 2018

I also checked this by calling the last.fm api directly with the parameters above. Tried with a number of different values for limit (itemsPerPage). Seems like it is working fine with values up to limit=99. But once you set limit to 100 you get different results. Then again you get the correct results setting limit to 101.. Most likely a bug in the last.fm API I think.

@rikkit rikkit removed this from the 1.1.1 milestone Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants