-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Chrome executable not found even when $CHROME_EXECUTABLE defined and google-chrome is in path #117
Comments
At the moment, Hetty relies on the default executable finding logic in the chromedp package (ref). When using WSL, I suspect that when this code is executed, it's only looking for known executable paths for windows, and As a workaround, a possible fix might be to create a symlink In a future version of Hetty I might support explicitly setting the chrome executable path, but for now please look into the workaround mentioned above. |
im getting the same thing on kali linuc, what should i do? |
I suggest creating a symlink from |
I'm having the same problem in Ubuntu 24.04. None of the suggestions so far seem to work. |
Describe the bug
2023/01/18 13:45:07 INFO [main] Hetty (v0.7.0) is running on :8080 ...
2023/01/18 13:45:07 INFO [main] Get started at http://localhost:8080
2023/01/18 13:45:07 INFO [main] Chrome executable not found.
To Reproduce
Steps to reproduce the behavior:
Error:
INFO [main] Chrome executable not found
Expected behavior
Chrome executable should be launched with hetty
Screenshots
Desktop (please complete the following information):
Additional context
Even before I tried adding CHROME_EXECUTABLE and adding /usr/bin/google-chrome to path manually, no success
The text was updated successfully, but these errors were encountered: