PastaSource / Slowly_Letter_Downloader

Automates the process of downloading letters from slowly in PDF form.
GNU General Public License v3.0
2 stars 0 forks source link

Chrome download progress bar returns!!! #20

Closed PastaSource closed 2 years ago

PastaSource commented 2 years ago

Now we have a functioning progress bar for the chrome downloader, it should be easy enough to implement the same thing elsewhere in the program. An issue I've become aware of from testers is that when the program is loading, it doesn't do anything, simply askes the user to wait. The user however does not like this, and starts to worry that the program has frozen, as there is no visual feedback on what's going on... I should probably open an issue on this.

PastaSource commented 2 years ago

This also closes issue #19 ...I think. I've tried to recreate this bug but I suspect it was caused by my experiment with the threading modules, and forgetting to uncomment a time.sleep(x) for a login check. Speaking of, this also is a slightly progression on issue #4 whilst it doesn't solve the issue, it at least prevents the application from freezing.