-
-
Notifications
You must be signed in to change notification settings - Fork 266
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 output with dialog
gets stuck
#374
Comments
It's not so much the repeats themselves, but that |
Hi @ismaell |
The simplest/general solution is to throttle the output, so:
|
Hi @ismaell
Giving output:
But I am not seeing the dialog getting stuck. When file was getting downloaded, I didn't observe it struck. When I used the command with
I pressed ctrl+c to stop it. This one looks like a bug. Is this what it means by progress output stuck? |
@anindyasen it refers to the |
Hi @ismaell Thanks for the explanation. So, I am thinking to to print the percentage output only when it changes, ie. every percentage value from 1 to 100 will print only once. Will that implementation work? Thanks |
Please refer to the previous comment: #374 (comment) It has to be time-driven instead. |
Just want to add, I had problems with
dialog
where it would get stuck sometimes and stop updating. I think maybe it was caused by too much / too fast / repeating output same numbers from axel.I "solved" it by piping to
awk
first to clean it up and only output the numbers when they actually change...Originally posted by @luckman212 in #348 (comment)
The text was updated successfully, but these errors were encountered: