PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
195 stars 191 forks source link

Unable to upload log file *.ulg - HTTP Error 400: Invalid File #218

Closed MuhammadBilal1 closed 1 year ago

MuhammadBilal1 commented 3 years ago

I am trying to upload the flightlog files to https://logs.px4.io/ and getting an error message all the times.

Tried multiple files but the error is same.

File size: 1.18MB FileName: log_43_2021-6-5-16-13-40.ulg

Is there any other way to open this log file?

image

bkueng commented 3 years ago

You can test if it works locally:

pip install pyulog
ulog_info log_43_2021-6-5-16-13-40.ulg
MuhammadBilal1 commented 3 years ago

@bkueng Thanks for your response. I didn't tried your solution yet. But I copied the files directly from the memory card of PixHawk and then uploaded them, it worked.

Before this I was downloading the files from the Logs of QGroundControl.