I am currently running WebODM on Windows 10 with Docker. WebODM is presently on version 0.82. I have been trying to update to 0.90. In principle it should be a matter of running the following from powershell:
./webodm.sh update
This unfortunately doesn’t update to the latest version. I thought doing a git pull before running an update might help.
git pull origin master
From GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩
* branch master → FETCH_HEAD
Already up-to-date.
./webodm.sh update
That didn’t help.
Incidently, I did do a git log and it shows changes with latest through April 10:
commit 911333c47a1fb722ff9019258ec4a00e6381a149
Author: Piero Toffanin [email protected]
Date: Wed Apr 10 09:39:36 2019 -0400
Short of wiping out my existing WebODM instance and installing anew, is there anything I should be doing?
Thanks!
Have you done:
./webodm.sh update
./webodm.sh restart
?
Yes of course I have. It still shows up (on the Diagnostic page) as 0.82. On the View Map I can get the Surface Model, calculate measurements including volume, but nowhere is there to be seen any contours.
Mm, I’m not sure what the problem could be. ./webodm.sh update
in short pulls the latest docker images (opendronemap/webodm_webapp being the main one). Perhaps check that the script is indeed pulling the new docker images or if there are errors in the process.
Also note that ./webodm.sh
is a bash script, so you should be executing it with git-bash
, not powershell.
I installed git-bash and ran ./webodm.sh update
There seems to be a connection timeout:
$ ./webodm.sh update
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml down --remove-orphans
Removing network webodm_default
Network webodm_default not found.
Updating WebODM…
git pull origin master
From GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩
- branch master → FETCH_HEAD
Already up to date.
docker pull opendronemap/nodeodm
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)