gpt4free
gpt4free copied to clipboard
500 Server Error: Internal Server Error for url: https://api.mail.gw/accounts
When I'm trying to create an account for Forefront, I received the error message:
500 Server Error: Internal Server Error for url: https://api.mail.gw/accounts.
It seems to be a problem with the function register()
in mailgw_temporary_email
. I've tried several ways to solve it, including using proxies (I live in China). But none of them worked. Any ideas?
same +
I've just tried to create an account on mail.gw manually, and got the same error... So it seems be an error of the website, instead of this repo
i have the same error
this issue is happening for me as well
mailtm works.
install mailtm with pip install mailtm
replace line 12 in gpt4free/forefront/__init__py with from mailtm import Email
python test.py Traceback (most recent call last): File "/Users/xxxxx/gpt4free/gpt4free/forefront/init.py", line 44, in create trace_token = response.json()['response']['id'] KeyError: 'response'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/xxxxx/gpt4free/gpt4free/test.py", line 2, in
tempmail-lol works:
- pip install tempmail-lol
mailtm domains have been blocked from create an account. any solution using token or something?