zuisong / gemini-openai-proxy

OpenAI to Google Gemini https://gemini-openai-proxy.deno.dev
https://gemini-openai-proxy.zuisong.workers.dev
MIT License
240 stars 72 forks source link

500 Internal Server Error #63

Open shwangdev opened 5 days ago

shwangdev commented 5 days ago

Check below error message:

Error: [500 Internal Server Error] An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting
    at makeRequest (file:///root/gemini-openai-proxy/dist/main_node.mjs:914:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async generateContent (file:///root/gemini-openai-proxy/dist/main_node.mjs:880:20)
    at async streamingChatProxyHandler (file:///root/gemini-openai-proxy/dist/main_node.mjs:1020:22)
    at async file:///root/gemini-openai-proxy/dist/main_node.mjs:1078:24
    at async Object.pull (file:///root/gemini-openai-proxy/dist/main_node.mjs:1091:31)
zuisong commented 3 days ago

Is this issue occurring 100% of the time? It seems like the error might be an internal issue with Google Gemini.

Could you provide the request body?

shwangdev commented 1 day ago

No, this issue happens occasionally.

How can I get the request body?