Слияние кода завершено, страница обновится автоматически
Ошибка
./convert.sh fbx ./Ferriswheel.FBX ./outputpath.gltf
ERROR conda.cli.main_run:execute(33): Подпроцесс для команды 'conda run ['python', '/opt/3d-model-convert-to-gltf/server/convert.py', 'fbx', '/home/live/Ferriswheel.FBX', '/home/live/outputpath.gltf']' завершился неудачно. (См. выше для ошибки)
Traceback (most recent call last):
File "/opt/3d-model-convert-to-gltf/server/convert.py", line 33, in <module>
main()
File "/opt/3d-model-convert-to-gltf/server/convert.py", line 20, in main
out_convert_gltf_path = Convert.convert_by_type(sys.argv[1], os.path.abspath(sys.argv[2]), is_bin)
File "/opt/3d-model-convert-to-gltf/server/service/Convert.py", line 219, in convert_by_type
result = model.handler(file_path, is_bin)
TypeError: handler() missing 1 required positional argument: 'need_draco'