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

EMail() error #11

Closed
lolipopchyk opened this issue Jan 12, 2025 · 2 comments
Closed

EMail() error #11

lolipopchyk opened this issue Jan 12, 2025 · 2 comments

Comments

@lolipopchyk
Copy link

Every time I try to email = EMail() it shows me this error:
Traceback (most recent call last):
File "/home//Documents////mail.py", line 3, in
email = EMail()
^^^^^^^
File "/home//.local/lib/python3.12/site-packages/tempmail/providers.py", line 44, in init
self.domain = domain or random.choice(self.get_domains())
^^^^^^^^^^^^^^^^^^
File "/home/
/.local/lib/python3.12/site-packages/tempmail/utils.py", line 17, in wrapper
return func(args, kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/
/.local/lib/python3.12/site-packages/tempmail/providers.py", line 91, in get_domains
resp.raise_for_status()
File "/usr/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://www.1secmail.com/api/v1/?action=getDomainList

@lolipopchyk lolipopchyk changed the title EMaiil() error EMail() error Jan 12, 2025
@cubicbyte
Copy link
Owner

Temporary email provider stopped working. People report on reddit that this happens from time to time, but this time is particularly long

@cubicbyte cubicbyte pinned this issue Jan 12, 2025
@lolipopchyk
Copy link
Author

Temporary email provider stopped working. People report on reddit that this happens from time to time, but this time is particularly long

oh, okey, thank you for your answer and sorry for disturbing you <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants