mateusmcorrea
mateusmcorrea
[DJIFlightRecord_CC.txt](https://github.com/dji-sdk/FlightRecordParsingLib/files/13931979/DJIFlightRecord_CC.txt)
Here my folder structure: 

@dji-dev  Another error
@dji-dev Still the same issue 
Here is the command `docker run -v $(pwd):/tmp pf "/tmp/DJIFlightRecord_CC.txt" > json_result.json`
Also tried `docker run pf -v $(pwd):/tmp "/tmp/DJIFlightRecord_CC.txt"` which gives `load file failed` in the terminal and `docker run pf -v $(pwd):/tmp "/tmp/DJIFlightRecord_CC.txt" > json_result.json` which gives `load file failed`...
Here is my folder structure 
I'm using 1.0.5 version @dji-dev
Well, I succeeded to make it work. My path was the issue, I guess Docker does not like when there are empty spaces or lower+upper cases on the folder path....