Closed baramustafa closed 3 years ago
Hi @baramustafa
Could you check it again. I think there was a problem with data because i cant get null error right now.
Hi
Having the same issue.
Tested with id binance-vnd
. Another one is blackberry-token
.
The problem is, that the ath_date
is null in the response, but your conversion in class CoinGecko.Entities.Response.Coins.CoinMarkets
, property AthDate
is not nullable.
Not all but a few items have null values.
FYI: my VS2019 C# project has the setting "Nullable" = Enable
Hope this helps.
hi @midas1977 @baramustafa to fix the problem, you can download the newest version from nuget
Hi,
Another null error when calling: CoinsClient.GetCoinMarkets("usd");
Error converting value {null} to type 'System.DateTimeOffset'. Path '[36].ath_date', line 1, position 27442.
Thanks