mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-04 17:39:25 +00:00
Signed-off-by: Thomas Stadler <thomas@thomasst.xyz> Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
db1388fd20
commit
428c348586
@ -143,7 +143,11 @@ func (a *Analysis) GetAIResults(output string) error {
|
|||||||
for index, analysis := range a.Results {
|
for index, analysis := range a.Results {
|
||||||
parsedText, err := a.AIClient.Parse(a.Context, analysis.Error, a.NoCache)
|
parsedText, err := a.AIClient.Parse(a.Context, analysis.Error, a.NoCache)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
// FIXME: can we avoid checking if output is json multiple times?
|
||||||
|
// maybe implement the progress bar better?
|
||||||
|
if output != "json" {
|
||||||
bar.Exit()
|
bar.Exit()
|
||||||
|
}
|
||||||
|
|
||||||
// Check for exhaustion
|
// Check for exhaustion
|
||||||
if strings.Contains(err.Error(), "status code: 429") {
|
if strings.Contains(err.Error(), "status code: 429") {
|
||||||
|
Loading…
Reference in New Issue
Block a user