Skip to content
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

Running via command line works, but NodeCM errors out if sent tasks from WebODM #3

Open
smathermather opened this issue Oct 22, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@smathermather
Copy link

Running via command line works, but NodeCM errors out if sent tasks from WebODM:

info: About to run: /app/run.sh --project-path /app/NodeODM/data f92715d3-a579-4462-87af-13dc6d1d5700
/app/NodeODM/libs/odmRunner.js:79
        childProcess.stdout.on('data', chunk => outputReceived(chunk.toString()));
                            ^

TypeError: Cannot read property 'on' of undefined
    at Object.run (/app/NodeODM/libs/odmRunner.js:79:29)
    at Task.start (/app/NodeODM/libs/Task.js:476:50)
    at TaskManager.processNextTask (/app/NodeODM/libs/TaskManager.js:200:22)
    at TaskManager.addNew (/app/NodeODM/libs/TaskManager.js:229:14)
    at Task (/app/NodeODM/libs/taskNew.js:387:53)
    at Task.async.series.err (/app/NodeODM/libs/Task.js:87:13)
    at /app/NodeODM/node_modules/async/dist/async.js:3888:9
    at /app/NodeODM/node_modules/async/dist/async.js:473:16
    at replenish (/app/NodeODM/node_modules/async/dist/async.js:1006:25)
    at iterateeCallback (/app/NodeODM/node_modules/async/dist/async.js:995:17)
@pierotofy pierotofy added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants