8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error at startup
`panic: strings: negative Repeat count [recovered] panic: strings: negative Repeat count
goroutine 1 [running]: github.com/rivo/tview.(*Application).Run.func1() /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:297 +0x45 panic({0xcc0db20?, 0xcc85120?}) /usr/local/go/src/runtime/panic.go:785 +0x132 strings.Repeat({0xcbdf6b0?, 0x6?}, 0xc000515ba8?) /usr/local/go/src/strings/strings.go:569 +0x56b main.main.func1() /Users/modec/Installed/elastop/elastop.go:698 +0xb74 main.main.func2.1() /Users/modec/Installed/elastop/elastop.go:1048 +0x13 main.main.func2.(*Application).QueueUpdateDraw.2() /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:862 +0x22 github.com/rivo/tview.(*Application).Run(0xc0002300e0) /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:485 +0xd55 main.main() /Users/modec/Installed/elastop/elastop.go:1080 +0xc94`
The text was updated successfully, but these errors were encountered:
Getting this error at startup `panic: strings: negative Repeat count [recovered] panic: strings: negative Repeat count goroutine 1 [running]: github.com/rivo/tview.(*Application).Run.func1() /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:297 +0x45 panic({0xcc0db20?, 0xcc85120?}) /usr/local/go/src/runtime/panic.go:785 +0x132 strings.Repeat({0xcbdf6b0?, 0x6?}, 0xc000515ba8?) /usr/local/go/src/strings/strings.go:569 +0x56b main.main.func1() /Users/modec/Installed/elastop/elastop.go:698 +0xb74 main.main.func2.1() /Users/modec/Installed/elastop/elastop.go:1048 +0x13 main.main.func2.(*Application).QueueUpdateDraw.2() /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:862 +0x22 github.com/rivo/tview.(*Application).Run(0xc0002300e0) /Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:485 +0xd55 main.main() /Users/modec/Installed/elastop/elastop.go:1080 +0xc94`
Does e18be60 solve this for you?
Sorry, something went wrong.
Yes, thank you!
acidvegas
No branches or pull requests
Getting this error at startup
`panic: strings: negative Repeat count [recovered]
panic: strings: negative Repeat count
goroutine 1 [running]:
github.com/rivo/tview.(*Application).Run.func1()
/Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:297 +0x45
panic({0xcc0db20?, 0xcc85120?})
/usr/local/go/src/runtime/panic.go:785 +0x132
strings.Repeat({0xcbdf6b0?, 0x6?}, 0xc000515ba8?)
/usr/local/go/src/strings/strings.go:569 +0x56b
main.main.func1()
/Users/modec/Installed/elastop/elastop.go:698 +0xb74
main.main.func2.1()
/Users/modec/Installed/elastop/elastop.go:1048 +0x13
main.main.func2.(*Application).QueueUpdateDraw.2()
/Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:862 +0x22
github.com/rivo/tview.(*Application).Run(0xc0002300e0)
/Users/modec/go/pkg/mod/github.com/rivo/tview@v0.0.0-20241103174730-c76f7879f592/application.go:485 +0xd55
main.main()
/Users/modec/Installed/elastop/elastop.go:1080 +0xc94`
The text was updated successfully, but these errors were encountered: