projectgoav / E.Deezer

Unoffical asynchronous Deezer .NET API
17 stars 11 forks source link

Error when create new playlist #80

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, When i attempt to create no playlist i receive this errors :

  1. AggregateException : One or more errors occurred.
  2. JsonSerializationException : Error converting value 6746872064 to type 'System.UInt32'. Path 'id', line 1, position 16.
  3. OverflowException : Value was either too large or too small for a UInt32.

Playlist is created successfully but it's return error !

projectgoav commented 4 years ago

Thanks for reporting this. I'll look into this and try to get a fix out in the next couple of days

projectgoav commented 4 years ago

Fixed in #81

Will publish a release later this evening :)