alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
783 stars 66 forks source link

Does not work with `StreamSaver.js` #97

Closed jerryc05 closed 2 years ago

jerryc05 commented 2 years ago

Describe the bug Does not work when file is constructed by StreamSaver.js(https://github.com/jimmywarting/StreamSaver.js#how-does-it-work).

To Reproduce Steps to reproduce the behavior:

  1. Go to https://fastest.fish/test-files#network
  2. Download any Locally generated test files
  3. This extension successfully captures the download
  4. Aria failes to download

Expected behavior I understand that this is not quite related to this extension and cannot be fixed by aria2 either.

However, I would like to leave a notice here, and it would be best if this extension can detect this kind of download request and leave it to the native browser.

alexhua commented 2 years ago

Reproducing according above steps, I found the download file size is 0 indicated by Chrome. Do you mean that extension should not capture this kind of download? If yes, I think the extension will not capture this type of download, since the default file size of filter is larger than 100MB.

jerryc05 commented 2 years ago

Reproducing according above steps, I found the download file size is 0 indicated by Chrome. Do you mean that extension should not capture this kind of download? If yes, I think the extension will not capture this type of download, since the default file size of filter is larger than 100MB.

Oh okay, I just recalled that I set the size filter to >0 MB. Setting it to anything other than 0 might/should work. Thanks I will give it a try!