-
Notifications
You must be signed in to change notification settings - Fork 66
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
Invalid location data was found in that log, ignoring #159
Comments
I've found the same issue with all Copter-3.3 logs |
thanks @hyperion11, @rmackay9 this seems to be a different issue from what we have originally found for 3.3 (TimeMS vs TimeUS), I'm reviewing. |
@mrpollo, if manually edit log and delete all lines with "err" log successfully uploading. copter 3.2.1. |
The log is malformed. Here's the format: FMT, 19, 5, ERR, BB, Subsys,ECode here's an example ERR line: ERR, 16, 2 What's missing there is a sequence number: That second column is a sequence number - missing from ERR. Where did this log come from? |
In 3.2.1 the ERR message didn't have a time on the front perhaps. That shouldn't cause the whole upload to fail though I think. |
@peterbarker has fixed the LogAnalyzer.py script which I think was the main blocker for DroneShare not working. I think @mrpollo needs to incorporate that script change into Droneshare now. |
Sadly the LogAnalyzer.py isn't the only culprit here, we have some dependencies we need to fix in order to be able fix the main problem which seems to be some data flash log syntax changes, the code is tightly coupled to the messages old format. project in question is here: https://github.com/dronekit/arduleader |
is this going to be fixed any time soon? its a shame the site has become unusable after AC release 3.3.x |
Can't upload log.
Error: Invalid location data was found in that log, ignoring
Link to my log
https://www.dropbox.com/s/d9bqa3fnn1zau4z/560941b2a68980bb376ed700.log?dl=0
The text was updated successfully, but these errors were encountered: