-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I have an issue with framework. Help me, please. #48
Comments
Hi @Antonkl22 , From your output it looks like you don't have a correctly formatted tools.json file. This is the config file used to point to all the tools visible to Cook. So this should be updated with the appropriate paths and version numbers for your local system. If you have any further issues, feel free to attach your tools.json here and I will take a look. |
Yes, of course. Here it is. { |
You can put a number in the "version" attribute of "InstantMeshes", or if you aren't using it in your pipeline, just comment that block out or remove it all together. Also FYI, we don't actually have any public recipes available yet that make use of RealityCapture. |
I am really sorry, but could you, please send the code of the "correctly formatted tools.json file"? I am really broke my head by trying to launch the cook... =( |
In the block for the "InstantMeshes" application (shown below) just add a version. Or if you aren't using that application, just delete the section shown below from the tools.json file.
|
Hello!
I have done all steps from the "Getting sterted" manual, but every time when i am trying to launch server it crashes. Could you tell me, please, how to repair it? Here the listing from CMD bellow.
C:\1DMod\dpo-cook>npm run server
_________ .__ __ .__ .__ ________ ________
/ / _____ ||/ |_| | __________ ____ ||____ ____ _____ \_____
_____ \ / | \ \ | \ / / _ \ / | _ \ / \ ( < | |
/ \ Y Y \ || | | Y \ ( <> ) | \ |/ __ | | \ / | `
/______ /|_| /||| || /___ >/|| /__(___ /| / /___ /_______ /
/ / / / / / / / /
Cook 3D Processing Server
Clients loaded: 2
C:\1DMod\dpo-cook\source\server\utils\jsonLoader.ts:69
return validate(filePath);
Error: failed to validate 'C:\1DMod\dpo-cook\server\tools.json': data['InstantMeshes'].version should NOT be shorter than 1 characters
at C:\1DMod\dpo-cook\source\server\utils\jsonLoader.ts:59:19
at Object.validate (C:\1DMod\dpo-cook\source\server\utils\jsonLoader.ts:69:12)
at new TaskManager (C:\1DMod\dpo-cook\source\server\app\TaskManager.ts:47:46)
at new JobManager (C:\1DMod\dpo-cook\source\server\app\JobManager.ts:139:28)
at new ProcessingServer (C:\1DMod\dpo-cook\source\server\app\ProcessingServer.ts:78:27)
at Object. (C:\1DMod\dpo-cook\source\server\index.ts:41:16)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] server:
node server/bin/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] server script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Антон\AppData\Roaming\npm-cache_logs\2021-11-29T19_07_46_812Z-debug.log
The text was updated successfully, but these errors were encountered: