Dongw1126

Results 7 comments of Dongw1126

Is there an update for this issue? I have the same issue in version 1.1.0.

I don't have any plans for the Firefox version yet, but I'll update it soon. Thank you.

I tried to port this extension to Firefox Add-on. But Firefox's "canResume" was far from Chrome. Firefox API does not allow resume for an error-stopped download. ![image](https://user-images.githubusercontent.com/48395704/108633742-3e6c7880-74b9-11eb-93a5-0b7c861365ca.png) So I think...

![image](https://user-images.githubusercontent.com/48395704/108634175-b5a30c00-74bb-11eb-9805-7e92ac26aa10.png) Yes, I think it's weird, too. I can press retry button in the Download Manager, but I cannot call browser.downloads.resume in the API.

Thank you for your effort. I submitted this [issue](https://discourse.mozilla.org/t/a-mismatch-occurs-between-retry-button-and-canresume-property/75867) and [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1694049) to Mozilla. When the problem is solved, I will try to develop the Firefox version.

Hi @nyhtml This bug occurs when the server does not respond to the download resume request more than 5 times. I tested in Windows NT 10.0; Win64, Chrome/94.0.4606.71, but it...

> A hacky work-around (works on version 115.0.5790.114 (Official Build) (arm64)) is to add a pause and resume **after each successful resume** (ie. at https://github.com/Dongw1126/Auto-Resume-Downloads/blob/main/src/background.js#L115). The pause causes a reset...