-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
ExchangeInfo - Cannot map enum value - TRD_GRP_024 #1326
Comments
I've been getting this error for 12 hours and I'm about to go crazy and sometimes it gives an error like this: "No response on query received" |
This line:
I'm afraid there are other unsafe places in the code with Enum.Parse |
I'm not sure where you got that snippet from, it's not actually in the EnumConverter. The source of which can be found here: |
The code gives the error above.At least I didn't get it from somewhere |
This was only my fix for the EnumConverter.cs Problem in Line 124. |
Describe the bug
Cannot map AccountType TRD_GRP_024
To Reproduce
var resultInfo = await client.SpotApi.ExchangeData.GetExchangeInfoAsync();
Expected behavior
Succesfully mapping the missing enum value
The text was updated successfully, but these errors were encountered: