-
Notifications
You must be signed in to change notification settings - Fork 227
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
get_entries() gets stuck #662
Comments
Thanks for the issue. Does it work in QGC? |
Yes i can see the logs in QGC when i use high-latency on comm links and connect via TCP. When i dont use the high-latency option i cant connect. Could it be related to this: mavlink/MAVSDK#2234 ? |
@M4ster00gway could yes. Worth trying again. We just need to push a mavsdk-python update. |
Thanks and sorry for the late reply! @julianoes Getting the entries works better now, however after retrieving the entries, mavsdk throws this error: terminate called after throwing an instance of 'std::future_error'
what(): std::future_error: Promise already satisfied Which causes the mavsdk server to crash so i cant proceed to run download_log_file. |
Any chance you can get a backtrace using gdb? |
I'm assuming this has been fixed. If it still exists, let me know. |
When attempting to download logs after conducting multiple, relatively long flights, I am encountering a problem where the get_entries() function becomes unresponsive. It neither returns any log entries nor generates any errors. I have tried using MAVSDK versions 2.1.0 and 1.4.9 and i use the PX4 autopilot system.
This is where it gets stuck:
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: