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
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
Hey @Juan could you show us the contents of the “Console” tab?
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
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
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?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.