twMediaDownloader icon indicating copy to clipboard operation
twMediaDownloader copied to clipboard

Failed to zip after downloading to much data

Open iHandle opened this issue 4 years ago • 0 comments

I set the size limit as 1000MiB and enable the automatic continuation. It fails to zip everytime when the third batch of data reach the limit.

It seems that a batch of data will remain in RAM even if it is already zipped, until I reload the page. I guess it may be the reason why the third batch can not be zipped.

I am using:

  • Twitter Media Downloader 0.1.4.20
  • Chrome 90.0
  • Windows 10 with 32GiB RAM

iHandle avatar May 04 '21 06:05 iHandle