question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception in log on incoming order execution report from user data stream

See original GitHub issue

Hi

I tried for the first time to use socket to monitor user data stream. I subscribed without any problem and in the debug log I can see data received from the socket, but then the next line in the log is following:

Exception: System.MissingMethodException: Method not found: 'CryptoExchange.Net.Objects.CallResult1<!!0> CryptoExchange.Net.BaseClient.Deserialize(Newtonsoft.Json.Linq.JToken, Boolean, Newtonsoft.Json.JsonSerializer)'. at Binance.Net.BinanceSocketClient.<>c__DisplayClass63_0.<SubscribeToUserDataUpdatesAsync>b__0(String data) at CryptoExchange.Net.SocketClient.<>c__DisplayClass52_01.<AddHandler>g__InternalHandler|0(SocketConnection socketWrapper, JToken data) at CryptoExchange.Net.Sockets.SocketConnection.HandleData(JToken tokenData) Data: {…

Same thing also hapend for outboundAccountInfo, outboundAccountPosition. Any idea?

Thank you Ivan

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JKorfcommented, Aug 30, 2020

3.0.14 works with the Binance.Net beta version only atm

0reactions
danielhw2commented, Aug 30, 2020

Same with me… Had to downgrade to CryptoExchange.Net v3.0.12 =(

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up CloudWatch logging for a REST API in API Gateway
In execution logging, API Gateway manages the CloudWatch Logs. The process includes creating log groups and log streams, and reporting to the log...
Read more >
Spring - Log Incoming Requests
Learn how to log HTTP Request data with Spring. ... we'll learn the basics of logging incoming requests using Spring Boot's logging filter....
Read more >
Python Logging Best Practices: The Ultimate Guide
This article will go over Python logging best practices to help you get the best log monitoring setup for your organization.
Read more >
Troubleshooting With Java Logs - The Ultimate Guide ... - Loggly
Finding the most common exceptions can help you pinpoint areas of poor performance in your Java application. Most logging frameworks record the type...
Read more >
Integration Services (SSIS) Logging - SQL
SQL Server Integration Services includes log providers that you can use to implement logging in packages, containers, and tasks.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found