opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

Containers not started on Ubuntu 20.10 #29

Closed BitcoinOG closed 3 years ago

BitcoinOG commented 3 years ago

image testnet.log launcher.log

Maith8Ae commented 3 years ago

Failed to get status: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40

Looks like our Docker client is too new which is a known issue reported before.

Maith8Ae commented 3 years ago

I'll try to downgrade client version in a PR.

BitcoinOG commented 3 years ago

Still the same for me with https://github.com/opendexnetwork/opendex-desktop/releases/tag/v1.0.0-testnet.4

BitcoinOG commented 3 years ago

This one is solved now on my ubuntu 20.10:

2021-02-23 17:01:34.231 [ERROR] launcher: Failed to get status: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40
2021-02-23 17:01:44.811 [DEBUG] utils: [run] /usr/local/bin/docker-compose ps proxy

and lnds are syncing fine, which I can see via the logs.

New problem: the ui shows container missing (even though lnd's are syncing and all containers are up and running): image launcher.log

I am suspecting this is a proxy/status issue. Please check this @Maith8Ae , if it's a ui problem we can transfer the issue back there.

Maith8Ae commented 3 years ago

Should be fixed by commit https://github.com/opendexnetwork/opendex-docker/commit/793dab080d4eef5c461e2d6936a613ea002ca560.

BitcoinOG commented 3 years ago

Solved.