Replies: 2 comments
|
Same here - exactly the same function and no other issues found so far. No time to start digging into the the actual Spotify API requests, but sounds like followers.total value should be an integer, but it is now with a trailing zero for some reason. Perhaps Spotify did some changes in their Json format. |
0 replies
|
This is now also happening to Tracks. Every int is now a float which makes no sense. Spotify is doing great implementing changes that nobody asked for and breaks typed applications. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Since yesterday and suddenly, without any changes to the code, I started to have the following exception:
Newtonsoft.Json.JsonReaderException:
'Input string '359120.0' is not a valid integer.
Path 'followers.total',
line 1, position 127.'
var artist = await _spotify.Artists.Get(artistId);Does anyone else also have this problem?
Thanks.
All reactions