Skip to content
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

Closed
FusionByte16 opened this issue Feb 20, 2023 · 5 comments
Closed

Temp Mail Error #6

FusionByte16 opened this issue Feb 20, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@FusionByte16
Copy link

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

@FusionByte16
Copy link
Author

def __get_xsrf_token(self):
return unquote(self.__s.cookies.get('XSRF-TOKEN'))

from here

@Bbalduzz
Copy link

that because emailnator.com added Cloudflare protection unfortunately

@Dionis1902
Copy link
Owner

Dionis1902 commented Feb 20, 2023

I will try fix it in the next update

@Dionis1902 Dionis1902 added the bug Something isn't working label Feb 20, 2023
@Bbalduzz
Copy link

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

@Dionis1902
Copy link
Owner

Dionis1902 commented Feb 24, 2023

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants