-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Temp Mail Error #6
Labels
bug
Something isn't working
Comments
def __get_xsrf_token(self): from here |
that because emailnator.com added Cloudflare protection unfortunately |
I will try fix it in the next update |
Update: it seems that they got rid of cloudflare protection. It could be a temporary mistake tho Screen.Recording.2023-02-24.at.12.21.47.mov |
Hmm, so they no longer have Cloudflare protection, interesting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "C:\Users\Ninja Ride\AppData\Local\Programs\Python\Python310\lib\site-packages\account_generator_helper\temp_mail\gmailnator_init_.py", line 46, in get_email_online
headers={**headers, 'x-xsrf-token': self._get_xsrf_token()}, data=payload)
File "C:\Users\Ninja Ride\AppData\Local\Programs\Python\Python310\lib\site-packages\account_generator_helper\temp_mail\gmailnator_init.py", line 29, in __get_xsrf_token
return unquote(self.__s.cookies.get('XSRF-TOKEN'))
File "C:\Users\Ninja Ride\AppData\Local\Programs\Python\Python310\lib\urllib\parse.py", line 655, in unquote
if '%' not in string:
TypeError: argument of type 'NoneType' is not iterable
yesterday was working so prob they changed something
The text was updated successfully, but these errors were encountered: