Coder Social home page Coder Social logo

Comments (4)

Rex1987 avatar Rex1987 commented on June 20, 2024

chrome 119.0.6045.160
script 1.35.2

from e-hentai-downloader.

Rex1987 avatar Rex1987 commented on June 20, 2024

console的报错信息:
userscript.html?name=E-Hentai-Downloader.user.js&id=464148c7-79b3-4fe8-8950-5c8df098b7fc:12675 Uncaught (in promise) ReferenceError: abData is not defined
at errorHandler (userscript.html?name=E-Hentai-Downloader.user.js&id=464148c7-79b3-4fe8-8950-5c8df098b7fc:12675:10)
errorHandler @ userscript.html?name=E-Hentai-Downloader.user.js&id=464148c7-79b3-4fe8-8950-5c8df098b7fc:12675
image

from e-hentai-downloader.

ccloli avatar ccloli commented on June 20, 2024

看起来代码内部有些问题,导致抛出的错误不是实际错误。不过多半能猜到原因,这个错误是 zip 库无法成功生成 zip 文件导致的,原因有可能是:

  1. 浏览器的单进程有最大内存限制(32 位进程一般是 4GB,64 位进程理论上更大,但难保浏览器自己有没有限制),导致内存分配失败或 out of memory
  2. 浏览器 blob storage 可用空间不足,这个值一般是 2GB
  3. 标准 ZIP 文件最大只支持 4GB,而 web 前端的 zip 库 JSZip 只支持标准 ZIP 格式,不支持 ZIP64,因此在生成 zip 文件时出现错误

由于浏览器的限制,失败的文件无法获取。建议过大的文件使用 torrent 下载,或使用 pages range 分段下载,或使用官方的打包下载,或使用其他如 gallery-dl 等工具下载

from e-hentai-downloader.

Rex1987 avatar Rex1987 commented on June 20, 2024

了解了,感谢解惑

from e-hentai-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.