-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
the url in MetroDemo doesn't work #229
Comments
LastFM have changed their API (they're turning off that APIKey for a few hours/day), as such yes, the demo app is broken from the data side. When I've got some time this will be replaced with a local data source so it doesn't need to query the web. edit: sidenote, MVCMusicStore contains some sample POCOs that I'll use. |
I would like to help if I can - change it to load local data source. Need to know the guideline and the basic idea you have. On Oct 13, 2012, at 14:08, VikingCode notifications@github.com wrote:
|
It works with my API key, so it's not an API issue. It's just that your key seems to be deprecated. |
@thoemmi the key being used is the 'test api' key, or specifically "you don't need to sign up to use the API", they're deprecating that. Moving to a static/local data source is better anyway, as it reduces loading times, makes it easier to test, etc. |
this link doesn't work: "http://ws.audioscrobbler.com/2.0/?method=chart.gethypedartists&api_key=b25b959554ed76058ac220b7b2e0a026&format=json"
I got this error: "The test API key has been deprecated. To use the Last.fm API you'll need to get an API account."
The text was updated successfully, but these errors were encountered: