-
Notifications
You must be signed in to change notification settings - Fork 269
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
could not launch browser: [launcher] Failed to get the debug url #528
Comments
I'm on Ubuntu 24.04 (no WSL) and I have a similar issue: Traceback
|
I was having similar issues on WSL, though with a different error message. Following these steps got it to work for me (from https://go-rod.github.io/#/compatibility) wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb I had to run the Not sure if it'll fix it, but hopefully! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
vhs fails to launch chromium.
Setup
To Reproduce
Steps to reproduce the behavior:
vhs new demo.tape
vhs demo.tape
Expected behavior
Expected vhs to successfully launch chromium and create a gif.
Additional context
I'm guessing this has something to do with WSL and networks / ports, but I'm not sure.
The text was updated successfully, but these errors were encountered: