-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Steps to make it run #142
Comments
Thank for your time and help, I've tried to follow your steps but now I get a ssl error.
I've tried on windows as well and I get:
|
message me on telegram @mizitean |
I managed to fix it. Add to the patcher.py
|
still not working tho, getting exactly the same error message as u in python3 even if I follow the steps described by miziteam
|
GET CODE FROM THIS PULL REQUEST
#130 (comment)
and then follow steps
U MIGHT HAVE DIFFERENT VERSION THAN MINE (3.10), BUT IT SHOULD WORK FOR YOUR VERSION ALSO
Comment in session.py
# self.browser.quit()
Navigate to the undetected_chromedriver Package Directory:
cd /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/undetected_chromedriver
Update certifi: Ensure you have the latest version of the certifi package:
/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 -m pip install --upgrade certifi
Edit the patcher.py File
nano patcher.py
Modify the fetch_release_number Method:
Press Control + X, then Y, then Enter
#130 (comment)
The text was updated successfully, but these errors were encountered: