-
Notifications
You must be signed in to change notification settings - Fork 96
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
Is there a way to get more information when running firefox headless? #206
Comments
Thanks for a nice project! I'd also appreciate this. |
This might be caused by a broken geckodriver version (they have been breaking their stuff). What to do:
|
EDIT: The firefox version should at least fit the geckodriver version.
With current nix-unstable:
therein:
gives
also
gives
therein
gives
|
@Uunnamed could you please try to reproduce? Looks like the message "invalid argument: can't kill an exited process" means that the process was immediatelly stopped with 0 status code, and then we tried to kill it again. |
Hi @573 |
Hi @Uunnamed
and EDIT: When I start
Also I can't visit any pages at all in the browser window, maybe firefox related bug ? |
I was trying to run etaoin in a leiningen repl inside a nix-shell session spawned in WSL and what happens is firefox is spawned with the url optionally provided open but then immediately closes.
Also tested with URL provided:
The text was updated successfully, but these errors were encountered: