-
Notifications
You must be signed in to change notification settings - Fork 55
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
ERROR #1
Comments
hi where are you getting this error? |
when you run the script? or during the launch of a function? ... |
python3 zehef.py example@example.com Error occure after line: |
[2023-06-15 22:34:29] Error : Ratelimit, please change your ip. |
oke, did you install the requirements correctly? If not, install them. And for the ratelimit well it's normal, you just have to change your ip and the script will work again |
pip3 install -r requirements.txt Everything installed just fine. |
If everything is installed correctly, I'm sorry but I have no idea. Already it's an error related to urllib except that I don't use this library. So either it's an error in a module that is mandatory for the proper functioning of the script, or it's an error on your side. All the same I apologize if it's not on your side because I don't see at all why this error occurs |
(I never had this problem nor people who used the tool.) It may be due to your bone (this remains deduction) |
well this problem, I think, occurs only on macOS. To solve it, go to the /Applications folder, then Python folder and run "Install Certificates.command". But it only works if you installed python via their site. If you installed python via maports or homebrew then there will be another solution (google) |
I'll try it. Thanks pal! |
Here is the error:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
OS: MacOS Monterey
The text was updated successfully, but these errors were encountered: