Elemento-Modular-Cloud / helpcenter

0 stars 0 forks source link

Docker compose error on Arch #11

Closed filippo-ferrando closed 2 months ago

filippo-ferrando commented 2 months ago

OS: Arch linux 6.8.6 App: Elemento_Cloud_App_linux_x86.AppImage

When i tried to run the daemons with sudo -i then docker-compose up -d one container gives unhealthy error

Screenshot from 2024-04-18 11-11-21

Traceback of the error:

FileNotFoundError: [Errno 2] No such file or directory: '/root/.elemento/elemento-uuids/elemento-authenticator-client/.clientUUID'
Traceback (most recent call last):
  File "/opt/elemento/elemento-authenticator-client/authenticatorclient.py", line 347, in <module>
    cln = elementoAuthClient()
          ^^^^^^^^^^^^^^^^^^^^
  File "/opt/elemento/elemento-authenticator-client/authenticatorclient.py", line 78, in __init__
    with open(UUID_FILE_NAME, "wb") as file:
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fvalle1 commented 2 months ago

why docker-compose.yml is in Downloads? Did you pull the repo?

filippo-ferrando commented 2 months ago

I misunderstood the installation process, i only downloaded the docker-compose.yml file thinking it was the only necessary file. Retried the installation with the whole client folder solved the issue. This solves the issue also for #9