-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello, I have a Jetson Nano 2 GB and flashed the firmware and SD-Card.
unfortunately the container is looping and not starting.
in the terminal I get following errors - log files is attached as well. Can somebody help? Greetings to you!
2024-04-01T13:11:27+02:00
2024-04-01T13:11:28+02:00 internal/validators.js:120
2024-04-01T13:11:28+02:00 throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
2024-04-01T13:11:29+02:00 ^
2024-04-01T13:11:29+02:00
2024-04-01T13:11:29+02:00 TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
2024-04-01T13:11:29+02:00 at validateString (internal/validators.js:120:11)
2024-04-01T13:11:29+02:00 at Object.join (path.js:1039:7)
2024-04-01T13:11:29+02:00 at new FileSystemManager (/var/local/opendatacam/server/fs/FileSystemManager.js:9:27)
2024-04-01T13:11:29+02:00 at Object. (/var/local/opendatacam/server/fs/FileSystemManager.js:39:35)
2024-04-01T13:11:29+02:00 at Module._compile (internal/modules/cjs/loader.js:999:30)
2024-04-01T13:11:29+02:00 at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
2024-04-01T13:11:29+02:00 at Module.load (internal/modules/cjs/loader.js:863:32)
2024-04-01T13:11:29+02:00 at Function.Module._load (internal/modules/cjs/loader.js:708:14)
2024-04-01T13:11:29+02:00 at Module.require (internal/modules/cjs/loader.js:887:19)
2024-04-01T13:11:29+02:00 at require (internal/modules/cjs/helpers.js:74:18) {
2024-04-01T13:11:29+02:00 code: 'ERR_INVALID_ARG_TYPE'
2024-04-01T13:11:29+02:00 }
2024-04-01T13:11:29+02:00 npm ERR! code ELIFECYCLE
2024-04-01T13:11:29+02:00 npm ERR! errno 1
2024-04-01T13:11:29+02:00 npm ERR! [email protected] start: NODE_ENV=production scripts/npm/startServer.sh
2024-04-01T13:11:29+02:00 npm ERR! Exit status 1