Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: It is recommended to upgrade to the latest PandoraNext: https://github.com/pandora-next/deploy #630

Open
2 tasks done
Justin-van-der-Velden opened this issue Nov 21, 2023 · 7 comments

Comments

@Justin-van-der-Velden
Copy link

Justin-van-der-Velden commented Nov 21, 2023

Verify latest release

  • I verified that the issue exists in the latest chatgpt release

Verify webapp is working

  • I verify that the ChatGPT webapp is working properly for this account.

Environment details

Node.js version: 21.1.0
macOS: Ventura 13.5.2

Describe the Bug

Since today I'm seeing this error with the ChatGPTUnofficialProxyAPI:

ChatGPT error 429: {"detail":"It is recommended to upgrade to the latest PandoraNext: https://github.com/pandora-next/deploy"}

I don't see PandoraNext in the package.json so it could also be something on the ChatGpt side

@Justin-van-der-Velden
Copy link
Author

After digging a bit more into the issue I found out it has something to do with the Reverse Proxy

{ res: Response (107 bytes) { ok: false, url: "https://ai.fakeopen.com/api/conversation", status: 429, statusText: "Too Many Requests", headers: Headers { "date": "Tue, 21 Nov 2023 10:10:48 GMT", "content-type": "application/json", "content-length": "107", "connection": "keep-alive", "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=cWY2J%2BHNy%2BlsEBKlhtRRgeTSIquHiC4cVsgCLTmYqrZslzpT4%2FnFraQaro3JG08jaNYJjNZOyFh7MkEN9MYUpsOBjJGj2%2Fi7rw7dd4gRNPYlJBYv8xgsnaX2%2FvG9SxiOPA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}", "vary": "Accept-Encoding", "strict-transport-security": "max-age=15552000; includeSubDomains; preload", "x-content-type-options": "nosniff", "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", "server": "cloudflare", "cf-ray": "8298251fccc30e34-AMS", "alt-svc": "h3=\":443\"; ma=86400" }, redirected: false, bodyUsed: false, Blob (107 bytes) } }

seem like https://ai.fakeopen.com/api/conversation had to many requests

@safakseyrek
Copy link

i have the same problem

image

@JustAnEric
Copy link

I just started getting this same error on my Python project.

@JustAnEric
Copy link

@safakseyrek I found out that https://ai.fakeopen.com/v1 is the problem here. It kept giving the same errors over and over again. I think a better solution would be just to switch to another OpenAI proxy.

@assassinliujie
Copy link

please build your own proxy by using https://github.com/pandora-next/deploy

@deadmenrr
Copy link

deadmenrr commented Jan 7, 2024

please build your own proxy by using https://github.com/pandora-next/deploy

limit: 100 requests - really???

@jerry-f
Copy link

jerry-f commented Mar 6, 2024

现在还可以使用么, 该如何创建自己的代理呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants