V0 Platform API Unexpected 500 Error

Hi! I’m working on a project with the V0 Platform API and randomly getting the following error when trying to send a message with v0.chats.sendMessage:

{
   "success":false,
   "error":{
      "type":"internal_server_error",
      "message":"An unexpected error occurred"
   }
}

This doesn’t seem to be related to a change in my code, because it’s happening without code changes on my end.

I also verified that I still had enough credits left, and it looks fine.

I suspect this might be a rate limit issue, but the documentation doesn’t really explain what remaining and limit are.

Any idea?

Hi @sarahdayan - thanks for reporting this issue. I do believe it was some kind of rate limit error. The 500 issue should be resolved now and include a descriptive 429 error if this happens again.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.