Skip to content
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

disable_terminal_ui does not seem to work #308

Open
rondlite opened this issue Oct 5, 2023 · 4 comments
Open

disable_terminal_ui does not seem to work #308

rondlite opened this issue Oct 5, 2023 · 4 comments

Comments

@rondlite
Copy link

rondlite commented Oct 5, 2023

disable_terminal_ui in bridgeData.yaml does not seem to do anything.

I get the UI no matter what,
I also tried setting HORDE_DISABLE_TERMINAL_UI env var, with no luck.

As a result I can not background the process.

@tazlin
Copy link
Member

tazlin commented Oct 5, 2023

  • What values for disable_terminal_ui in bridgeData.yaml have you tried?
  • What values for HORDE_DISABLE_TERMINAL_UI have you tried?
  • Are other configuration options working?
  • What OS is this?

@rondlite
Copy link
Author

rondlite commented Oct 5, 2023

  • What values for disable_terminal_ui in bridgeData.yaml have you tried?
  • What values for HORDE_DISABLE_TERMINAL_UI have you tried?
  • Are other configuration options working?
  • What OS is this?
  • tried setting true and also tried the false it was originally on
  • tried true for the environment var
  • all others options are working
  • linux/ubuntu

@tazlin
Copy link
Member

tazlin commented Oct 5, 2023

I don't see a readily apparent reason, but I made a minor change that might help. If you git pull and try again, and it still happens, I will investigate more.

@rondlite
Copy link
Author

rondlite commented Oct 6, 2023

It did not fix it, I ended up doing quick dirty fix since needed to get my workers back online.
After however I found this line:

self.disable_terminal_ui = os.environ.get("DISABLE_TERMINAL_UI", "false") == "true"

which disables the terminal ui when the env var is false, logic is reversed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants