57 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
132
views
Tus protocol with Laravel
I have a problem with Tus protocol with Uppy and Laravel. When I upload a file, no data is sent to the server.
The Head controller return 404 error cause file not found. Then the post request is send ...
0
votes
1
answer
134
views
Getting a "The file for this url was not found" error on tus/server
I have a @tus/server backend with a react uppy frontend. And when uploading I'm getting this response
"The file for this url was not found"
Im runnin multiple containers and the vps is ...
0
votes
1
answer
64
views
android TUS upload files to server
Im trying to use TUS to upload file to server. im getting error
"unexpected status code 302 while resuming upload"
and have times i receives another error
"unexpected status code (302)...
0
votes
1
answer
383
views
supabase self-hosted resumable upload problem
I'm hosting Supabase with Kong and using TUS for resumable file uploads. My goal is to ensure that all client-side requests consistently start with https://myhost.com/storage/v1/..., and have Kong ...
0
votes
0
answers
69
views
in TUS Java client how do I set the transfer length when I don't know it beforehand
I'm using TUS Java client (io.tus.java.client.Tusupload) to upload a large (several giga bytes) file using tus protocol to my server which is based on me.desair.tus.server.TusFileUploadService.
On the ...
0
votes
1
answer
442
views
Supabase Storage Resumable File Uploads Keep Stalling at 6MB
I'm facing a weird issue with file uploads using FilePond and TUS with Supabase Storage. The uploads for files under 6MB work fine, but anything above that gets stuck at a certain percentage. usually ...
0
votes
0
answers
292
views
Uppy companion: How to set Bearer Tokens for Endpoint Uploads with Companion Server
While using the standalone Companion server, I encountered an error while attempting to upload to the target endpoint at http://localhost:54321/storage/v1/upload/resumable. It seems that adding an ...
2
votes
0
answers
91
views
Possibility to override or re-set the Store Path value on the event
this is a question I also asked on the tusdotnet git forum. I extend my reach here so I could probably get a wide variety of responses and suggestions.
I am new to using the tus upload protocol, ...
0
votes
1
answer
122
views
Running asnyc function synchronously
I'm pretty new to JS. I'm using a third-party library that has an async callback. The problem is that I need to run through the function in its entirety before processing the next callback. I'm using ...
0
votes
1
answer
275
views
Serving up a node project from within a docker file
I'm pretty new to the node.js/frontend world and am getting bamboozled by the various frameworks.
I have a node project that I can run locally. I've got a simple proof of concept up and running using ...
1
vote
1
answer
183
views
Resumable video upload to the Azure blob in Flutter application
how to achieve this?
I have tried tusc flutter packages. Everything has the same flow
like pushing the video chuck to tus server https://master.tus.io/files
I need to push the video source to the ...
2
votes
1
answer
2k
views
When I use tus to upload a video into bunnystream service, it gives me an error
I saw the documentation in bunnystream's API, for uploading videos using TUS.
I copied the javascript example, changed the data to my own.
And the console gives me this error:
Error: tus: unexpected ...
0
votes
0
answers
265
views
Videos are loading slowly to the player when it is uploaded with Tus-php
I have used tus.js client and tus-php to upload videos to my server. But after uploading the files when I try to stream it on the player it is waiting the whole video to load to start playing.
This is ...
1
vote
0
answers
692
views
Why the Authorization header is missing in tus-js-client?
I have a tusd dockerized as follows:
tusd-addressfull:
image: my-tusd
environment:
- FILE_SERVICE_URL
- AWS_ACCESS_KEY_ID=${S3_ACCESS_KEY}
- AWS_SECRET_ACCESS_KEY=${...
0
votes
1
answer
998
views
How to resolve application/octet-stream in S3 using TUS node, Tusd, Uppy or .NET,
This is an explanation of a problem, I encountered while uploading files to S3 using tus-node-server or Tusd.
The problem, is I have a server running tus server and takes requests from react and react ...