marlon360 / gltf-to-usdz-service

Convert .gltf to .usdz with docker.
45 stars 9 forks source link

error": "No filename defined in the request" #1

Open muhammettaskale opened 3 years ago

muhammettaskale commented 3 years ago

Have a nice day

I really thank you for the docker file you made, but I'm new to the ubuntu operating system and docker so I have a few questions.

docker run -it --rm -v $ (PWD): / usr / app marlon360 / usd-from-gltf: latest inputfile.glb outputfile.usdz

My English is not very good, if you have a question that is not understood, I would like it.

muhammettaskale commented 3 years ago

Have a nice day

I really thank you for the docker file you made, but I'm new to the ubuntu operating system and docker so I have a few questions.

docker run -it --rm -v $ (PWD): / usr / app marlon360 / usd-from-gltf: latest inputfile.glb outputfile.usdz

  • When I run the above command, I get an error saying "PWD: not command" so I replaced $ (PWD) with pwd. 'PWD: / usr / app' doing so would be any problem.
  • My second problem is that although I have specified the path of the input file as /home/{username}/desktop/xxxxx/test.glb error ":" No filename defined in the request "I get an error like this.

My English is not very good, if you have a question that is not understood, I would like it.

My second problem is that I have reported the error wrong. Cannot open file for read: inputfile.glb [GLTF_ERROR_IO_OPEN_READ]

Pablo4Coding commented 2 years ago

@mirenissi were you able to find the solution to this problem? I am facing the same error as you.