New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple 'Cannot start service' errors #990
Comments
Hey @lumpysimon! By chance, does this happen when you first start up a project for the day after leaving it dormant overnight? I had this happen to me several times and that seems to be a common pre-req for me |
I think I've just tracked down the potential cause of this issue: |
Repro steps that I just figured out:
|
Yep, that does seem to be the case, it seems to happen after I haven't used things for a while |
@lumpysimon if you have time, I'd love if you can confirm that the steps in my comment above get you to the sad place as well |
@dustinleblanc im going to try to repro this later because this is a nasty bug esp for people who have racked up a bunch of networks (which will happen if youve been using lando for awhile) |
@dustinleblanc Yep, following those steps takes me to the sad place too :( |
@pirog docker network ls: |
Hi @pirog I think I have the same issue. This is my
|
ok i can definitely replicate this @dustinleblanc i think the corrective action we need to take here is
|
Alright, i've pushed up a "should be good enough" resolution for this. going to roll a new release since this bug is somewhat opaque even if its only surfacing for a small subset of users |
I'm running Lando v3.0.0-beta.45 on MacOS 10.13.4
Lando worked fine for the first few days, starting up projects went smoothly every time, but for the last couple of days I'm getting a load of errors almost every time I run
lando start
on any project. After getting the errors, I have to runlando rebuild
(even though the.lando.yml
file has not changed) and then everything is fine again.And here's my
.lando.yml
file (apart from the name and proxy URL, it's the same for every project):I'm using XDebug as per the instructions at https://docs.devwithlando.io/tutorials/lando-with-vscode.html
The text was updated successfully, but these errors were encountered: