mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #90] Bug features crashing selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 0 #68
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#68
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 @zakblacki on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/90
Here is my config.json
Here's the error log :
What Im I doing wrong ?
@pinky969 commented on GitHub (Jan 31, 2025):
I am having the same issue
@paltaa commented on GitHub (Feb 9, 2025):
@zakblacki did you find a fix for this? same issue in macos
@skp225 commented on GitHub (Feb 13, 2025):
Getting the same error AI is saying:
"This new error "WebDriverException: Process unexpectedly closed with status 0" typically occurs when:
The GeckoDriver executable is missing from the system PATH
There's a version mismatch between Firefox and Selenium
The browser fails to start due to incorrect options or profile configuration"
@wlnt360 commented on GitHub (Feb 14, 2025):
same issue on Mac M1
@FujiwaraChoki commented on GitHub (Feb 15, 2025):
What Python version are you on?
@houseofjuici commented on GitHub (Feb 16, 2025):
headless needs to be true , and youll need to tweak twitter script to accept headless . it should already have a variable for that. i just spent like 2 hours working through that. if anyone knows how to find the daggone tweet button that would be nice. i keep timing out or elemtn not found, prettty sure elon nerfed selenium
@houseofjuici commented on GitHub (Feb 16, 2025):
also , youre gonna run into a topic issue when trying to post tweets at first, so make sure to set topic to niche , its set topic to topic and i cant get that to work but i got the former to work (i dont know what im doing just vibing and helpin out lol)
@houseofjuici commented on GitHub (Feb 16, 2025):
also change your set prefrence in all your scripts from the two lines to this
self.options.set_preference("profile", fp_profile_path)
@ayan4m1 commented on GitHub (Feb 18, 2025):
@ragnorcap Change
divtobuttonin the XPath selector 😉@FujiwaraChoki commented on GitHub (Feb 18, 2025):
Could you please make a PR?
@ayan4m1 commented on GitHub (Feb 18, 2025):
Sure, there are a few other fixes I have applied in trying to get things to work smoothly, I'll make a separate PR for those as well.
EDIT: #108 #109
@FujiwaraChoki commented on GitHub (Feb 18, 2025):
Report if #108 fixes the issue please, thx
@ayan4m1 commented on GitHub (Feb 19, 2025):
I think this is related to this issue, from geckodriver release notes