-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
[bug]: "Couldn't lanch browser" in Termux. #1147
Comments
You can specify the installed browser path manually: rod/lib/launcher/example_test.go Line 15 in ab8740f
|
That fixed the issue. But this is weird. There was a merged PR that added Termux support. And |
Relevant line: browser.go#L222. Relevant PR: #808 |
Maybe the for termux there will be multiple locations for the binary, could you make a PR to fix it? |
The problem is, the PR should've solved the problem. To check where chromium is I ran this, > whereis chromium-browser
chromium-browser: /data/data/com.termux/files/usr/bin/chromium-browser This path is already in here. So, why is it being skipped? I thought it was an issue with my $PATH, but even after fixing that I still get that error. |
I am trying to use vhs, and when running it I get this error.
I already have
chromium-browser
installed. I also have tried this insideproot
(arch).Am I missing something? Or is there some kind of bug thats causing this issue?
Version used:
The text was updated successfully, but these errors were encountered: