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

Progress bar not working correctly #137

Open
anstapol opened this issue Jul 27, 2020 · 3 comments
Open

Progress bar not working correctly #137

anstapol opened this issue Jul 27, 2020 · 3 comments

Comments

@anstapol
Copy link

anstapol commented Jul 27, 2020

Issue Details

MacOS Catalina 10.15.6
Node v14.4.0
Plugin v1.0.3

Progress bar not only not showing the right upload status its also printing a lot of empty new lines.
(That 100% is reached right after I run the command and it's obviously impossible because I have a lot of assets)

image

Any clue why it's happening?

@patcon
Copy link

patcon commented Aug 11, 2020

This is the package that's used for progress bar, so answer might lie there: https://www.npmjs.com/package/progress

EDIT: I had to turn it off. The amount of newlines seems to be related to the number of files uploaded.

@patcon
Copy link

patcon commented Aug 11, 2020

Also, seems that it perhaps hasn't worked in a loooong time :) #80 (comment)

@MikaAK
Copy link
Owner

MikaAK commented Sep 9, 2020

Yeah it's been bugged for a long time, not sure how to fix it though since by code it still looks right 🤔 If you have any ideas it's only 20LOC https://github.com/MikaAK/s3-plugin-webpack/blob/master/src/s3_plugin.js#L224-L243

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

No branches or pull requests

3 participants