ArduPilot / ArduPilot/MissionPlanner

Current release on MP failed to fetch log list.

Open
#2,252 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2.4k
Forks
2.9k
Avg merge
19h 16m
Merged PRs (30d)
4

Description

#### Issue details
Downloading log list produces:
Getting list of log files...
Error:System.TimeoutException: Timeout on read - GetLogEntry
at MissionPlanner.MAVLinkInterface.GetLogEntry(UInt16 startno, UInt16 endno)
at MissionPlanner.MAVLinkInterface.GetLogList()
at MissionPlanner.Log.LogDownloadMavLink.b__12_0()

#### Version
1.3.68

#### Platform
Copter v4-dev

#### Hardware type
Cube

#### Logs
Getting list of log files...
Error:System.TimeoutException: Timeout on read - GetLogEntry
at MissionPlanner.MAVLinkInterface.GetLogEntry(UInt16 startno, UInt16 endno)
at MissionPlanner.MAVLinkInterface.GetLogList()
at MissionPlanner.Log.LogDownloadMavLink.b__12_0()

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting MissionPlanner.MAVLinkInterface.GetLogEntry and GetLogList, then trace the call from MissionPlanner.Log.LogDownloadMavLink.LoadLogList. Reproduce the log-list download with Mission Planner 1.3.68, Copter v4-dev, and Cube hardware; done means the log list is fetched without the reported read timeout.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.