CaoYunzhou / poe-openai-proxy

A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
https://poe.aivvm.com
GNU General Public License v3.0
173 stars 47 forks source link

Server returned a status code of 403 #20

Closed Kot-nikot closed 1 year ago

Kot-nikot commented 1 year ago

The page where you have implemented formkey generation requires a security check from CloudFlare. So you can't get it. We see an error in the log Server returned a status code of 403 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=rf0xxxxxxxxxxxxcaeaHgg%3D%3D. Retrying (1/10)...

jwdstef commented 1 year ago

me too

jwdstef commented 1 year ago

2023/07/27 05:58:45 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (1/10)... 2023/07/27 05:58:46 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (2/10)... 2023/07/27 05:58:47 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (3/10)... 2023/07/27 05:58:49 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (4/10)... 2023/07/27 05:58:50 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (5/10)... 2023/07/27 05:58:51 poeapi.go:284: Server returned a status code of 502 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=wRWOOFPn9PdKrhlhgjzLtg%3D%3D. Retrying (6/10)...

quantstu commented 1 year ago

me too

restart your docker container

Kot-nikot commented 1 year ago

я тоже

перезапустите контейнер докеров

Everything worked

quantstu commented 1 year ago

The page where you have implemented formkey generation requires a security check from CloudFlare. So you can't get it. We see an error in the log Server returned a status code of 403 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=rf0xxxxxxxxxxxxcaeaHgg%3D%3D. Retrying (1/10)...

I found some abnormal requests. I banned the IP through WAF.

image

Kot-nikot commented 1 year ago

Страница, на которой вы реализовали генерацию ключей формы, требует проверки безопасности от CloudFlare. Так что вы не можете получить его. Мы видим ошибку в журнале. Сервер вернул код состояния 403 при загрузке https://tsapi.liangctech.link/sdk/poe/formkey?pb=rf0xxxxxxxxxxxxcaeaHgg%3D%3D . Повторная попытка (1/10)...

Я нашел несколько ненормальных запросов. Я забанил IP через WAF.

изображение

In addition to the proxy server, I don’t have any requests for you. Only if I saw an error today and checked it in the browser. But this was already after the blocking.

CaoYunzhou commented 1 year ago

The page where you have implemented formkey generation requires a security check from CloudFlare. So you can't get it. We see an error in the log Server returned a status code of 403 while downloading https://tsapi.liangctech.link/sdk/poe/formkey?pb=rf0xxxxxxxxxxxxcaeaHgg%3D%3D. Retrying (1/10)...

I found some abnormal requests. I banned the IP through WAF.

image

image 这个cf的429是不是限制的很严重啊?代码里面是协程去获取的,这个接口限制429会导致注册client不成功噢,有没有想法转成源代码? @quantstu