-
Notifications
You must be signed in to change notification settings - Fork 19
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
No longer works #1
Comments
URL request returns 403 Error.
|
I also noticed the same problem |
the third party website being used for verification has put a Cloudflare captcha page up. This is why the program appears to have stopped working. |
Do you have any other email validator code? Which works fine for domains like aol.com,yahoo.com and hotmail.com. |
yup ! i did new one |
can we already download the new version? |
Temporary no |
any news? |
where is the new one? |
Aron, we still wait your help. I am ready to buy a new version. @mkdirnow |
Hi Dear,
The program no longer works. Can you please recheck and update the code?
Error:
Traceback (most recent call last): File "bounce.py", line 29, in <module> bounce(i) File "bounce.py", line 18, in bounce aa = aa.json() File "C:\Python\Python38\lib\site-packages\requests\models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "C:\Python\Python38\lib\json\__init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Python\Python38\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python\Python38\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: