Webodm.sh down exited with code: 127

Hi
I am bought the WebODM Installer, i insalled on muy computer and when i try to running appear the follow error.

Error: webodm.sh down exited with code: 127

image

1 Like

Hey @Juan :hand: could you show us the contents of the “Console” tab?

1 Like

Requisitos Hyper-V: Se detect¢ un hipervisor. No se mostrar n las caracter¡sticas necesarias para Hyper-V.
Detected Windows 10 with Hyper-V support
Initializing console…
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Client: Docker Engine - Community
Cloud integration 0.1.18
Version: 19.03.13
API version: 1.40
Go version: go1.13.15
Git commit: 4484c46d9d
Built: Wed Sep 16 17:00:27 2020
OS/Arch: windows/amd64
Experimental: false

Server: Docker Engine - Community
Engine:
Version: 19.03.13
API version: 1.40 (minimum version 1.12)
Go version: go1.13.15
Git commit: 4484c46d9d
Built: Wed Sep 16 17:07:04 2020
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.3.7
GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
Press Start WebODM to launch
Press Start WebODM to launch
Checking for docker… e[92me[1m OKe[0me[39m
Checking for git… e[92me[1m OKe[0me[39m
Checking for docker-compose… e[92me[1m OKe[0me[39m
Starting WebODM…
Using the following environment:

Host: localhost
Port: 8000
Media directory: appmedia
SSL: NO
SSL key:
SSL certificate:
SSL insecure port redirect: 80
Celery Broker: redis://broker
Default Nodes: 1

Make sure to issue a ./webodm.sh down if you decide to change the environment.
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml start || docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up --scale node-odm=1
Starting node-odm …
Starting broker …
Starting db …
Starting worker …
Starting webapp …
e[5Ae[2K
Starting node-odm … e[31mfailede[0m
e[5Be[4Ae[2K
Starting broker … e[31mfailede[0m
e[4Be[3Ae[2K
Starting db … e[31mfailede[0m
e[3Be[2Ae[2K
Starting worker … e[31mfailede[0m
e[2Be[1Ae[2K
Starting webapp … e[31mfailede[0m
e[1BNo containers to start
Pulling broker (redis:)…
[9860] Failed to execute script docker-compose
Traceback (most recent call last):
File “site-packages\docker\credentials\store.py”, line 80, in _execute
File “subprocess.py”, line 395, in check_output
File “subprocess.py”, line 487, in run
subprocess.CalledProcessError: Command ‘[‘C:\Program Files\Docker\Docker\resources\bin\docker-credential-desktop.EXE’, ‘get’]’ returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “site-packages\docker\auth.py”, line 264, in _resolve_authconfig_credstore
File “site-packages\docker\credentials\store.py”, line 35, in get
File “site-packages\docker\credentials\store.py”, line 93, in _execute
docker.credentials.errors.StoreError: Credentials store docker-credential-desktop exited with "error getting credentials - err: exit status 1, out: No se ha encontrado el elemento.".
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “docker-compose”, line 3, in
File “compose\cli\main.py”, line 67, in main
File “compose\cli\main.py”, line 126, in perform_command
File “compose\cli\main.py”, line 1070, in up
File “compose\cli\main.py”, line 1066, in up
File “compose\project.py”, line 615, in up
File “compose\service.py”, line 356, in ensure_image_exists
File “compose\service.py”, line 1267, in pull
File “compose\progress_stream.py”, line 99, in get_digest_from_pull
File “compose\service.py”, line 1234, in _do_pull
File “site-packages\docker\api\image.py”, line 396, in pull
File “site-packages\docker\auth.py”, line 48, in get_config_header
File “site-packages\docker\auth.py”, line 324, in resolve_authconfig
File “site-packages\docker\auth.py”, line 235, in resolve_authconfig
File “site-packages\docker\auth.py”, line 281, in _resolve_authconfig_credstore
docker.errors.DockerException: Credentials store error: StoreError(‘Credentials store docker-credential-desktop exited with "error getting credentials - err: exit status 1, out: No se ha encontrado el elemento.".’)
Error: webodm.sh down exited with code: 127

1 Like

If you navigate to your C:\Users\<youruser>\.docker folder (replace <youruser> with your username) and open config.json with a text editor such as Notepad, you will notice a line similar to:

{"credsStore":"desktop","stackOrchestrator":"swarm"}

If you remove the value of “credsStore” (in my case “desktop”, but could a different value for your configuration), so that the final file looks like:

{"credsStore":"","stackOrchestrator":"swarm"}

Then save the file and restart the computer.

See if you can start WebODM then?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.