gildas-lormeau/zip.js

Uncaught (in promise) TypeError: Failed to fetch

yufeng1524 opened this issue · 3 comments

Hi

we are using zipjs 2.6.63, and meet below error when zip file for sometimes, but not every time:

Uncaught (in promise) TypeError: Failed to fetch

webworker is configured for zipjs.

Additionally, we found there's same issue in #370 , and the issue has been fixed in 2.6.37 which is older than we used. And we didn't abort zip writer when meet the error.

Any idea about this issue?

Why don't you use the last version?

Why don't you use the last version?

thanks for quick responding.

by the way, is it a known issue?

This issue should be fixed but it's a bit old. I guess the version 2.6.82 fixes your issue, see https://github.com/gildas-lormeau/zip.js/releases/tag/v2.6.82. It's very similar to the fix in the version 2.6.37, see 9ce18f6 (v2.6.82) and e8e5269 (v2.6.37).