-
Notifications
You must be signed in to change notification settings - Fork 358
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
devenv up
fails with error
#1104
Comments
Does it help if you add |
Getting the same error
|
I installed
|
can you paste |
`❯ devenv info env
packages
processes
|
Please try to define TERM: |
Same error, tried exporting & setting via devenv ( |
Hi, I've been having the same issue. It used to work fine with the older v0.6.3 version of devenv. I believe this is something to do with the generation of the config file and a regression with the new |
I've seen this in our tests as well, if we nail it down I'm happy to fix it! |
@MatzHilven, I noticed you have @autolisis, do happen to use the |
@sandydoo Nope, I've never had that key set. Also, I do not seem to be facing this issue anymore since the v1.0.4 release, I do believe there was some modification to the process compose argument handling. I did have to set the following keys to get it to work. Not setting the
Admittedly, this is a bit of a shotgun approach :) but I've not yet had the time to minimize this |
It seems like the clean option was te culprit for me! After removing it, my postgres & redis server work fine |
Awesome!
Oh, so you disabled the TUI entirely. Hmm.
@domenkozar, is this still an issue in the tests? Could you point me in the right direction? |
I went through the latest tests and it seems like it's not happening anymore. |
We'll need to modify the docs to explain the why the |
Describe the bug
When I try executing
devenv up
I get the following error.It should start a postgres and redis process.
To reproduce
https://gist.github.com/MatzHilven/4201608fc91df95d2a852e3c6d386bb7
Version
devenv 1.0.2 (x86_64-linux)
The text was updated successfully, but these errors were encountered: