Genius.NET icon indicating copy to clipboard operation
Genius.NET copied to clipboard

Jil.DeserializationException: Expected: ", null

Open OmarPani93 opened this issue 3 years ago • 5 comments

Calling GetSong with songid 6267625

geniusClient.SongClient.GetSong(6267625);

throws this exception:

Jil.DeserializationException: Expected: ", null

Seems like there is something wrong with the deserialization but I can't find the error since I'm not familiar with the Jil library. I can't find a way to handle deserialization errors with this library in order to get a more "talking error". Have you considered using the more popular Newtonsoft.Json?

OmarPani93 avatar Feb 07 '21 14:02 OmarPani93