gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

500 Server Error: Internal Server Error for url: https://api.mail.gw/accounts

Open xtitx0327 opened this issue 1 year ago • 8 comments

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?

xtitx0327 avatar May 08 '23 10:05 xtitx0327

same +

ubranch avatar May 08 '23 13:05 ubranch

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

xtitx0327 avatar May 08 '23 13:05 xtitx0327

i have the same error

nlwu avatar May 08 '23 14:05 nlwu

this issue is happening for me as well

cabfile avatar May 08 '23 15:05 cabfile

mailtm works. install mailtm with pip install mailtm replace line 12 in gpt4free/forefront/__init__py with from mailtm import Email

seedlord avatar May 09 '23 12:05 seedlord

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 token = forefront.Account.create() File "/Users/xxxxx/gpt4free/gpt4free/forefront/init.py", line 48, in create raise RuntimeError('Failed to create account!') RuntimeError: Failed to create account!

elven2016 avatar May 09 '23 14:05 elven2016

tempmail-lol works:

  • pip install tempmail-lol

chad0w avatar May 09 '23 16:05 chad0w

mailtm domains have been blocked from create an account. any solution using token or something?

loudotdigital avatar May 12 '23 09:05 loudotdigital