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
its working now, the docs is incomplete. Cog is hitting PUT /upload/{file_name} not just PUT /upload.
the documentation says it, it just PUT /upload
but when i saw code, its PUT /upload/{filename}
KunalSin9h
changed the title
custom upload server is not working
custom upload server is not working (got solution, but docs is incomplete)
Feb 18, 2025
FIXED NOW, SEE COMMENTS:
I have created an upload server where my model will upload the files (which is a wav).
I am following https://cog.run/http/#file-uploads
My request:
Response: (which is error)
It seems Cog can access /upload/audio.wav (404), but it have not HITed /upload (PUT).
My PUT /upload handler in rust.
open source code:
https://github.com/blogspeakai/uploadservice
The text was updated successfully, but these errors were encountered: