gltf-to-usdz-service icon indicating copy to clipboard operation
gltf-to-usdz-service copied to clipboard

error": "No filename defined in the request"

Open muhammettaskale opened this issue 3 years ago • 2 comments

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.

muhammettaskale avatar Nov 22 '20 21:11 muhammettaskale

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]

muhammettaskale avatar Nov 22 '20 21:11 muhammettaskale

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

Pablo4Coding avatar Feb 08 '22 13:02 Pablo4Coding