-
Notifications
You must be signed in to change notification settings - Fork 687
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
Missing newline after progress bar #99
Comments
Can i work on this ? |
@ArslanYM I also tried this but the issue is only for macOS Ventura 13.2, I use ubuntu 22.04, and it's working here. If you're macOS Ventura 13.2 user, give it a try and share you're approach or solution here. |
thanks for the heads up. |
This should be fixed with #217 |
I also see this behavior (on Mac OS Ventura 13.2.1, M1) on latest commit 9423b53. $ ./k8sgpt analyze --explain
0% | | (0/4, 0 it/hr) [0s:0s]error getting completion: error, status code: 429, message: You exceeded your current quota, please check your plan and billing details.
Exhausted API quota. Please try again later |
Signed-off-by: Thomas Stadler <thomas@thomasst.xyz>
Signed-off-by: Thomas Stadler <thomas@thomasst.xyz> Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
When you run
k8sgpt analyze
and get multiple errors, the first one's number is stuck at the top with the progress bar. The same happens when running with output set to JSON, but with the opening code bracket.This is on macOS Ventura 13.2, tried with both fish and bash, and with both regular built in terminal and Hyper terminal.
The text was updated successfully, but these errors were encountered: