Skip to content
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

panic after 15 seconds #10

Open
davidvanlaatum opened this issue Dec 7, 2021 · 3 comments
Open

panic after 15 seconds #10

davidvanlaatum opened this issue Dec 7, 2021 · 3 comments

Comments

@davidvanlaatum
Copy link

when recording selenium tests from selenium/standalone-chrome-debug:latest
it runs fine for 15 seconds then panics with

panic: unsupported encoding EncodingType(458845)00:00:14.06 bitrate= 0.0kbits/s speed=0.927x

goroutine 1 [running]:
main.recorder(0xc000138000)
/go/pkg/mod/github.com/saily/[email protected]/main.go:203 +0x1611
github.com/urfave/cli/v2.(*App).RunContext(0xc000136000, {0x6a2c10, 0xc0000b4000}, {0xc0000b2000, 0x5, 0x5})
/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:315 +0x8ac
github.com/urfave/cli/v2.(*App).Run(...)
/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:215
main.main()
/go/pkg/mod/github.com/saily/[email protected]/main.go:77 +0x709

@silvio201
Copy link

Have you found a solution for this? I currently have the same problem.

@davidvanlaatum
Copy link
Author

no

@ternshare
Copy link

It happened to me when vnc-recorder connect to x11vnc server first time. I found modifying the ServerCutText struct could solve the problem: amitbet/vnc2video#9 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants