I am working on an assistant, and it just suddenly stopped working when there are files included in thread.
At first I thought it’s something I miscoded or some updates occured, but then I went to playground tried the same, and it’s giving failed runs from the time file is sent to thread.
In logs response I recieve it’s the server error
last_error=LastError(code=‘server_error’, message=‘Sorry, something went wrong.’)
Without any further details, so I suppose its a bug and looking forward for solution and help if it’s something on my end that I have not realized.
Have the same issue using Assistants UI. Any prompt that involved attaching an image file will cause the thread to fail and any additional prompts to that same thread will fail as well. Only response in logs is:
“last_error”:{
“code”:
“server_error”
“message”:
“Sorry, something went wrong.”
}
This has been happening for at least 4 hours.