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

delivery setup fails if terminal does not support colors. #40

Open
dreamnite opened this issue Aug 3, 2017 · 1 comment
Open

delivery setup fails if terminal does not support colors. #40

dreamnite opened this issue Aug 3, 2017 · 1 comment

Comments

@dreamnite
Copy link

Our default mandated ssh program by default uses vt-100 as a terminal type, which does not support extended colors. (strict vt100 only supports 8 colors).

This results in the following traceback:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ColorOutOfRange', /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libcore/result.rs:837
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ColorOutOfRange', /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libcore/result.rs:837

Perhaps disable colors by default on terminals that don't support the full set?

@vasanth1411
Copy link

export TERM=xterm

This should probably fix this issue

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