question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tus: failed to create upload, caused by [object ProgressEvent]

See original GitHub issue

When uploading to https: //master.tus.io/files/ I get for some files this error:

"tus: failed to create upload, caused by [object ProgressEvent], originated from request (response code: 0, response text: )"

Other files are fine… Any idea what is going wrong?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
musicformellonscommented, Jan 15, 2018

Pheeeew! Thanks Acconut! Works brilliantly all of a sudden…! Aaargh…, must have accidentally added it at some point!? Solved.

0reactions
Acconutcommented, Jan 15, 2018

https://%20//master.tus.io/files/ net::ERR_NAME_NOT_RESOLVED

That’s the problem, the endpoint you specified (https: //master.tus.io/files/) contains a space. Please remove that and it should work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upload from device "tus failed to create upload caused by ...
When I upload a file from device (from Uppy web control) (using Uppy-Companion-Tus) the Uppy control request several OPTIONS to Tus endpoint ...
Read more >
TUS upload api Fails - Stream - Cloudflare Community
Failed because: Error: tus: failed to create upload, caused by [object ProgressEvent], originated from request (method: POST, ...
Read more >
object ProgressEvent Error (#127) · Issues - Jirafeau - GitLab
I migrate my website today I Jirafeau still works but when trying to upload got this error. Then I changed the 'web_root' to...
Read more >
javascript - tus - Access-Control-Allow-Origin Error After Upload
The problem turned out to be the fact that the server was sitting behind CloudFlare which has a size limit per upload request....
Read more >
XMLHttpRequest.upload - Web APIs - MDN Web Docs
The following events can be triggered on an upload object and used to ... This event does not differentiate between success or failure, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found