mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 22:55:48 +03:00
[GH-ISSUE #120] Selenium times out while waiting for NewSession #82
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Luiso9 on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/120
Hey, I tried running the script, but it fails when launching Firefox via Selenium. It times out on NewSession. First I thought there is problem with my Firefox so I ran this command in terminal
and I got error
So I fixed it, and later on I got this error :
So I tried to disable GPU Acceleration, yet the issue still presist.
Error Log:
@Luiso9 commented on GitHub (Jul 2, 2025):
Thanks for the response, i've confirmed my Firefox and geckodriver versions mismatched. And I did as you told to run the script with
xvfb-run --server-args="-screen 0 1920x1080x24" python3 your_script.pyand it fixed the Issue. Tysm