Gemini Multimodal Returning "429 status code (no body)"
Hi there. I'm attempting to upload an image to the gemini multimodal node, but no matter what, I keep getting this "429 status code (no body)" error.
I've tried downloading the image and using that as the image input
I've also tried downloading then uploading the image to buildship storage. The link generated by that functions (shows the image in a browser), but I get the same error.
No other error information is provided.
What am I missing?
Thanks!
Solution:Jump to solution
Also, sharing the email solution here - The 2.5 pro supports file processing on Gemini.
3 Replies
AI Support Bot Information
<@737097090311913523> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
The "429 status code (no body)" error typically indicates that you've hit a rate limit when attempting to upload an image to the Gemini Multimodal Node. The error suggests that the server is unable to process the request due to too many requests being sent in a given amount of time.
Here are a few suggestions to resolve this:
1. Rate Limiting: Ensure you are not exceeding the rate limits of your API or service. You might need to slow down your requests or batch them.
2. Service Limits: Check with the service documentation to understand any specific limits or quotas that might be in place for uploads.
3. Retry Logic: Implement a retry mechanism with exponential backoff to handle cases where the server might be temporarily overloaded.
If you continue to experience issues, consider reaching out to the BuildShip support team via in-app support to get more detailed assistance.
BuildShip AI Support
Solution
Also, sharing the email solution here - The 2.5 pro supports file processing on Gemini.