poe-openai-proxy icon indicating copy to clipboard operation
poe-openai-proxy copied to clipboard

POE账号被封

Open RamSong opened this issue 1 year ago • 1 comments

Screenshot_20230623-160655_Kiwi_Browser_1_1 前几天用的好好的,突然不能用了,登录发现被ban了。 我又注册了一个新号,使用这个项目,一次也没请求成功又被ban了。

猜测可能的原因: 1.我自己ip问题 2.浏览器UA被针对

"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 "
                  "Safari/537.36",
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,"
              "application/signed-exchange;v=b3;q=0.7",
    "Accept-Encoding": "gzip, deflate, br",
    "Accept-Language": "zh-CN,zh-TW;q=0.9,zh;q=0.8,en-US;q=0.7,en;q=0.6",
    "Cache-Control": "no-cache",
    "Pragma": "no-cache",
    "Sec-Ch-Ua": "\"Chromium\";v=\"112\", \"Google Chrome\";v=\"112\", \"Not:A-Brand\";v=\"99\"",
    "Sec-Ch-Ua-Mobile": "?0",
    "Sec-Ch-Ua-Platform": "\"Windows\"",
    "Upgrade-Insecure-Requests": "1"
}

RamSong avatar Jun 23 '23 08:06 RamSong

See https://github.com/ading2210/poe-api#setting-a-custom-user-agent and modify external/api.py, which might help.

juzeon avatar Jun 23 '23 11:06 juzeon