Code Monkey home page Code Monkey logo

dotlastfm's People

Contributors

topas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dotlastfm's Issues

RestSharp version

Hello,

First of all, thanks for the awesome lib. Well coded and a big time saving ... ☺️

But, it doesn't work with the latest RestSharp version.
I have to install the RestSharp 102.7 to make dotLastFm work.

There's any reason for it?
Can it be upgraded to the latest version? If yes, maybe I can do the work ... 😋

Artist.GetInfo() broken simbols

I see a lot of string data have some hex simbols and because of that code doesnt work.
For example this

var info = api.Artist.GetInfo("Asking Alexandria (DEMO)");

it have normal "ok" response but there invalid simbols
image

Error is: {"'�', hexadecimal value 0xFFFE, is an invalid character. Line 31, position 10."}

So when code try mapping model to param name it get an exception. Can we ignore somehow simbols like that?

Artist.GetInfo()

http://www.last.fm/api/show/artist.getInfo

  1. It dont have way use mbid and other fields.
  2. When I search by name which not english it doesnt work!

For example this one work in api
http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Зимавсегда&api_key=5f033ca9655d417047d20d0d02fba1c4

var artistInfo = api.Artist.GetInfo("Зимавсегда"); //not found

even if do this
string NameEncoded = HttpUtility.UrlEncode(artist.Name);
var artistInfo = api.Artist.GetInfo(NameEncoded);

Error:
Last.fm API Error (6): The artist you supplied could not be found

Album.GetInfo()

Hey.

For some reason when I try get info for album it am getting error "Response cannot get data"

api.Album.GetInfo("White EP","Howie Day");

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.