-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tsh db ls panics with index out of range error #13130
Comments
Looks like this is the offending line ( teleport/lib/asciitable/table.go Line 110 in 7f730d2
@lxea can you have a look? |
If anyone reaches this issue before it is resolved, you can generally extend the width of your console window and re-run |
This issue also reproduces when using |
This is still happening on macos sequoia with iterm2 on a maximized window. |
What version of tsh? |
I'm on 10.1.9, client and server. |
That's super old and end of life. Happy to reopen the issue if you reproduce on a newer version (v15+), otherwise we will assume it's been fixed since then. |
Expected behavior:
When installing tsh on windows, it should output
tsh db ls
without any issues.Current behavior:
When installing tsh on windows
tsh db ls
outputs consistent errors. This is after successfully login to desired db as so:tsh db login --db-user={USER} --db-name={DBNAME} {DATABASE}
Originally, issue was first notice on AWS workspace and then they could replicate it on Windows 10 laptop.
Note: They have not encountered the same problem on a MacOS install
Bug details:
Teleport version:
Teleport Enterprise v9.0.0 git:v9.0.0-0-g1fa8857aa go1.17.7
PS D:\> tsh version Teleport v9.2.4 git:v9.2.4-0-g86d887eff go1.17.10
Recreation steps:
The text was updated successfully, but these errors were encountered: