You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, like #6920 and my bug #9169 - It's a nasty bug and my users complain. They can work around it by opening an incognito session in the browser until the regular browser works again (I think once a certain session timeout is reached which can be minutes or hours, I don't have details).
Describe the bug
My response from the API during my GET request with command line interface(Bash), it keeps giving:
event: error
data: "404: Session not found."
Have you searched existing issues? 🔎
Reproduction
curl -X POST https://samadan01-blip-image-captioning-api.hf.space/call/predict -s -H "Content-Type: application/json" -d '{
"data": [
{"path":"https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png"}
]}'
curl -N GET https://samadan01-blip-image-captioning-api.hf.space/call/predict/$EVENT_ID
Screenshot
No response
Logs
event: error data: "404: Session not found."
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: