OpenDroneMap / NodeMICMAC

A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
https://opendronemap.org/nodemicmac/
GNU General Public License v3.0
79 stars 21 forks source link

NodeMICMAC fails after data load: "Could not start process (spawn /code/run.sh ENOENT)" #48

Closed spgriffin closed 3 years ago

spgriffin commented 3 years ago

NodeMicMac fails after data loads. I am also having this same issue as one posted last year, Docker Desktop on Windows 10 machine. I typically use nodeODM without issue, but built nodeMicMac from Dockerfile to try. I even tried removing all repositories and images to start from scratch, but the issue persists.

{"uuid":"ff35dbb5-094e-42ac-9980-8be7ee06dd73","name":"Test","dateCreated":1599206322004,"processingTime":9,"status":{"code":30,"errorMessage":"Could not start process (spawn /code/run.sh ENOENT)"},"options":[],"imagesCount":187,"progress":100}

I have searched various posts with the same issue, but yet to find a solid solution. Appreciate any suggestions.

Originally posted by @spgriffin in https://github.com/OpenDroneMap/NodeMICMAC/issues/36#issuecomment-687006876

spgriffin commented 3 years ago

Pulled from Docker Hub instead (docker pull dronemapper/node-micmac) and it works fine now.