Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in GetOpenOrdersAsync() #205

Open
danielhw2 opened this issue Aug 9, 2023 · 0 comments
Open

Exception in GetOpenOrdersAsync() #205

danielhw2 opened this issue Aug 9, 2023 · 0 comments

Comments

@danielhw2
Copy link
Sponsor

danielhw2 commented Aug 9, 2023

Describe the bug
Exception ocurring when I call GetOpenOrdersAsync

Line of code:
var UntriggeredStopOrdersA = ClienteRest.FuturesApi.CommonFuturesClient.GetOpenOrdersAsync().Result;

Response:

System.AggregateException
  HResult=0x80131500
  Message=One or more errors occurred. (Value cannot be null. (Parameter 'source'))
  Source=System.Private.CoreLib
  StackTrace:
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   ...
  This exception was originally thrown at this call stack:
    [External Code]

Inner Exception 1:
ArgumentNullException: Value cannot be null. (Parameter 'source')

Versions:
CryptoExchange.Net 6.0.3
Kucoin.Net 5.0.2

** UPDATE in oct/10/2023

Same error ocours in the new versions:
CryptoExchange.Net 6.1.5
Kucoin.Net 5.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant