Open OXY2DEV opened 6 days ago
You can specify the installed browser path manually:
That fixed the issue.
But this is weird. There was a merged PR that added Termux support.
And browser.go
file seem to have chromium-browser
in it. So, why wasn't it getting picked up?
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: