8000 Error at startup: panic: strings: negative Repeat count · Issue #5 · acidvegas/elastop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error at startup: panic: strings: negative Repeat count #5

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

Closed
poulfoged opened this issue Nov 29, 2024 · 2 comments
Closed

Error at startup: panic: strings: negative Repeat count #5

poulfoged opened this issue Nov 29, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@poulfoged
Copy link

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`

@acidvegas acidvegas self-assigned this Nov 29, 2024
@acidvegas acidvegas added the bug Something isn't working label Nov 29, 2024
@acidvegas
Copy link
Owner

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?

@poulfoged
Copy link
Author

Yes, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
0