-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bug features crashing selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 0 #90
Comments
I am having the same issue |
@zakblacki did you find a fix for this? same issue in macos |
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 |
same issue on Mac M1 |
What Python version are you on? |
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 |
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) |
also change your set prefrence in all your scripts from the two lines to this self.options.set_preference("profile", fp_profile_path) |
@ragnorcap Change |
Could you please make a PR? |
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. |
Report if #108 fixes the issue please, thx |
I think this is related to this issue, from geckodriver release notes
|
Here is my config.json
Here's the error log :
What Im I doing wrong ?
The text was updated successfully, but these errors were encountered: