HardlyDifficult / Crypnostic

WIP - C# API for various Crypto Exchanges
MIT License
26 stars 5 forks source link

Getting a NullReferenceException in Exchange.cs #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

Getting a NullReferenceException at Exchange.cs line 188: "await GetAllTradingPairsWrapper();" I've tried not using the exchange it complains about, but it happens for every one of them.

Call Stack:

[External Code] CrypConnect.dll!CrypConnect.Exchange.Timer_Elapsed(object sender, System.Timers.ElapsedEventArgs e) Line 188 [Resuming Async Method] [External Code] CrypConnect.dll!CrypConnect.Exchange.GetAllTradingPairsWrapper(bool preventRetryOnFail) Line 181 [Resuming Async Method] [External Code]

HardlyDifficult commented 6 years ago

Thanks, my run didn't do well last night either. We'll work on logging and error handling/retry today.

HardlyDifficult commented 6 years ago

Does this still repro? Anything in the logs?

ghost commented 6 years ago

No, works fine now. Thanks!

HardlyDifficult commented 6 years ago

Hmm. I think this may be the coin exists in dictionary issue. Need to read up as this may have other implications..

HardlyDifficult commented 6 years ago

I'll close this for now. Thanks!