You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the article mentions this error will happen if you put lando start in the init command, but it's happening even if you don't.
I'm starting Lando manually after the workspace has started, and everything works fine. But then, if I stop the workspace, the next time I boot it up and do lando start in the terminal, this error will pop up and Lando won't start:
Error response from daemon: network 5ccbb8fc97be9b4e3ecde2607463f04ab2d418bc3830da84f5c61becdc834c0c not found
$ lando start
Let's get this party started! Starting app newzoo...
WARN[0000] /home/gitpod/.lando/compose/newzoo/globals-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/mounts-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/version-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/appserver-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/appserver-1.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/appserver-2.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/appserver-3.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-1.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-2.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-3.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-4.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/database-5.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/phpmyadmin-0.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/phpmyadmin-1.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/phpmyadmin-2.yml: `version` is obsolete
WARN[0000] /home/gitpod/.lando/compose/newzoo/phpmyadmin-3.yml: `version` is obsolete
[+] Running 0/3
⠸ Container newzoo_appserver_1 Starting 0.4s
⠸ Container newzoo_database_1 Starting 0.4s
⠸ Container newzoo_phpmyadmin_1 Starting 0.4s
Error response from daemon: network 5ccbb8fc97be9b4e3ecde2607463f04ab2d418bc3830da84f5c61becdc834c0c not found
ERROR ==>
██╗ ██╗██╗ ██╗ ██████╗ ██╗ ██╗██╗
██║ ██║██║ ██║ ██╔═══██╗██║ ██║██║
██║ ██║███████║ ██║ ██║███████║██║
██║ ██║██╔══██║ ██║ ██║██╔══██║╚═╝
╚██████╔╝██║ ██║ ╚██████╔╝██║ ██║██╗
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
An unrecoverable error occurred while starting up your app!
Sounds like the networks aren't persisting between Gitpod sessions. @alessandro-newzoo does a lando rebuild fix the issue? That might be a quick workaround.
hi!
sorry I forgot to mention that, but lando rebuild does not fix the issue, the only workaround seems to be to destroy the workspace and spin up a new one.
FYI I've now switched to ddev as I needed an alternative ASAP, so if you don't have the resources to work on a fix for this that's completely fine by me, but I thought I'd still post it so you're aware of the issue :)
And happy to help testing potential fixes if you need me to.
Hello,
I know the article mentions this error will happen if you put
lando start
in the init command, but it's happening even if you don't.I'm starting Lando manually after the workspace has started, and everything works fine. But then, if I stop the workspace, the next time I boot it up and do
lando start
in the terminal, this error will pop up and Lando won't start:Error response from daemon: network 5ccbb8fc97be9b4e3ecde2607463f04ab2d418bc3830da84f5c61becdc834c0c not found
.gitpod.yml:
.lando.yml:
.gitpod.Dockerfile:
Logs
What can I do to avoid this and get Lando working on Gitpod?
Thanks
The text was updated successfully, but these errors were encountered: