Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload progress bar displays Incorrect value for multiple images. #964

Closed
suniljamod-parkstreet opened this issue Jul 16, 2018 · 7 comments
Labels

Comments

@suniljamod-parkstreet
Copy link

suniljamod-parkstreet commented Jul 16, 2018

While I am uploading multiple files & one of them fails to upload then the progress bar displays 100% output which is incorrect.
Ex: I have uploaded total 2 files, out of this 2 files one gets uploaded successfully & the second one fails to upload. Output in progress bar displays 'Uploading 100% - 1/2' Which is wrong.
screenshot 2018-07-16 17 27 45

@arturi arturi added the Bug label Jul 16, 2018
@arturi
Copy link
Contributor

arturi commented Jul 16, 2018

Thank you for reporting, will look into this!

@milanpatel-parkstreet
Copy link

@arturi any update on this?

@EmilEriksen
Copy link

Are you using the Chrome DevTools offline feature to reproduce this by any chance? I've found that for some reason that doesn't stop XHR requests, only fetch requests for some reason. XHR requests just keep going. As a such progress is actually being made and is correctly reported by Uppy. If I actually disconnect from my network instead of using the DevTools offline feature progress stalls before 100% like it should.

@suniljamod-parkstreet
Copy link
Author

@EmilEriksen No, I am facing this issue online while I am uploading files via multiple XHR requests. If I upload some files one after another with a different XHR request, this issue occurs. I am connected via a broadband network and my XHR requests are going well.

@kvz
Copy link
Member

kvz commented Jun 3, 2019

Hi there, sorry for the long wait. We've been focused on getting 1.0 out the door, but now doing a run through our issue backlog.

Did Uppy get stuck on this particular screen? Or did it later on retry and upload the failed file, and/or show a retry-status bar?

@kvz kvz closed this as completed Jun 3, 2019
@ParitoshBh
Copy link

Hey!

Was this ever resolved? I am encountering the exact same issue. Here's a screenshot,

image

Note that for the 2nd file, server responded with status code 400.

@netdown
Copy link

netdown commented Sep 17, 2021

@arturi This still happens on 2.1.0. The uploading state gets stuck if one of the uploads fail, but at least one succeeds.

@kvz Can you have a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants