xiangsx / gpt4free-ts

Providing a free OpenAI GPT-4 API ! This is a replication project for the typescript version of xtekky/gpt4free
GNU General Public License v3.0
7.64k stars 1.34k forks source link

Read inbox is empty #63

Closed askfname closed 1 year ago

askfname commented 1 year ago

你好,Docker 部署后 Temp Mail 后台显示一直在 Read Inbox,但是 Response Body 为空,导致 API 次数直接被刷光了。

Request Headers:

{
"host":"temp-mail44.p.rapidapi.com"
"x-amzn-trace-id":"Root=1-64882424-3eea47853386119c2f6ff716"
"x-forwarded-port":"443"
"x-forwarded-proto":"https"
"x-forwarded-for":"xx.xx.xx.xx"
"user-agent":"axios/1.4.0"
"accept-encoding":"gzip, compress, deflate, br"
"x-rapidapi-host":"temp-mail44.p.rapidapi.com"
"accept":"application/json, text/plain, */*"
}

Request Query Parameters:

{
"0":"{"
"1":"}"
}

Response Headers:

{
"content-type":"application/json; charset=UTF-8"
"x-rapidapi-region":"AWS - ap-southeast-1"
"connection":"close"
"x-ratelimit-requests-reset":"84028"
"x-rapidapi-version":"1.2.8"
"content-length":"3"
"server":"RapidAPI-1.2.8"
"x-ratelimit-requests-remaining":"3"
"x-ratelimit-requests-limit":"100"
}

Response Body:

{ }
askfname commented 1 year ago

错误似乎已经修复,但是出现 please wait init.....about 1 min 的问题 #66