mateusmcorrea

Results 10 comments of mateusmcorrea

[DJIFlightRecord_CC.txt](https://github.com/dji-sdk/FlightRecordParsingLib/files/13931979/DJIFlightRecord_CC.txt)

Here my folder structure: ![image](https://github.com/dji-sdk/FlightRecordParsingLib/assets/42043139/978191a8-a1c9-4633-a711-9254ecaf5601)

![image](https://github.com/dji-sdk/FlightRecordParsingLib/assets/42043139/22c9c125-a2a7-4d4f-a879-2ba9462df05a)

@dji-dev ![image](https://github.com/dji-sdk/FlightRecordParsingLib/assets/42043139/9753e254-4ff8-4be0-a8f2-de82cc5c71d5) Another error

@dji-dev Still the same issue ![image](https://github.com/dji-sdk/FlightRecordParsingLib/assets/42043139/769a95fd-2532-4aa9-bf2f-8f003a13ec9a)

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 ![image](https://github.com/dji-sdk/FlightRecordParsingLib/assets/42043139/1f721ede-e542-4e53-9567-6d46539e8bea)

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....