joancaron/cryptocompare-api

Json UnixTime Conversion Error

bryan27118 opened this issue · 1 comments

I am getting an exception when called a SnapShotFullAsync on coin Id 33639 and a few others

This is the line of code im calling that triggeres the exception
CryptoCompare.CoinSnapshotFullData coinInfo = CryptoCompareClient.Instance.Coins.SnapshotFullAsync(33639).Result.Data;

The exception has to do with the UnixTimeConverter.
Here is the full exception:
error

error2

Fixed here : e06323b