You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: