novel-downloader
novel-downloader copied to clipboard
[Bug]: 起点发生Cannot read properties of null (reading 'innerText')
必要条件
- [X] 我已经搜索 issue 区,并确定没有相同问题存在。
- [X] 我已经尝试将脚本升级至最新版本,但问题仍存在。
- [X] 在尝试下载付费章节前,我已经购买了相应付费章节。
当我尝试复现issue时……
- [X] 我使用的浏览器是最新版 Chrome 或 Firefox
- [X] 脚本管理器(Tampermonkey/Violentmonkey)是唯一浏览器插件
- [X] 小说下载器脚本是唯一用户脚本
问题描述
[Init]开始载入小说下载器…… [Init]当前时间:2023-05-31T03:40:43.570Z [Init]当前页URL:https://book.qidian.com/info/1035020326/ [Init]workerId:2b2ea43c-eebb-4458-882e-4f6e69c000c9 [Init]当前页Referrer:https://my.qidian.com/ [Init]浏览器UA:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 [Init]浏览器语言:zh-CN,en-CA,en,zh [Init]设备运行平台:Win32 [Init]设备内存:8 [Init]CPU核心数:8 [Init]eval:true, 33 [Init]fetch:true, 29 [Init]XMLHttpRequest:true, 43 [Init]streamSupport:true [Init]window:242 [Init]localStorage:true [Init]sessionStorage:true [Init]Cookie:true [Init]doNotTrack:0 [Init]enableDebug:false [Init]ScriptHandler:Violentmonkey [Init]ScriptHandler version:2.14.0 [Init]Novel-downloader version:5.1.825 [run]下载开始 [ { "id": "f58f6422-efdf-4f1e-b491-f3342e5b0ebe", "url": "https://book.qidian.com/info/1033998589/#Catalog" } ] [preTest]nowRunning: 1 [Book]限免书籍 false [fflateZip] filename: [土土士]危机处理游戏.epub, stream: false, streamSaver.supported: true [initChapters]开始初始化章节 [initChapters] attachmentMode: TM [initChapters] charset: UTF-8 [initChapters] concurrencyLimit: 3 [initChapters] streamZip: false [initChapters] needLogin: false [initChapters] nsfw: false [initChapters] maxRunLimit: undefined [initChapters] saveOptions: undefined [initChapters] book: [object Object] [initChapters] saveType: undefined [initChapters] bcWorker: [object BroadcastChannel] [initChapters] bcWorkerMessages: [object Object] [initChapters] audio: [object HTMLAudioElement] [attachment] https://bookcover.yuewen.com/qdbimg/349573/1035020326/180. 下载完成。
TypeErrorCannot read properties of null (reading 'innerText')TypeError: Cannot read properties of null (reading 'innerText') at getChapter (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:21521:82) at async Chapter.init (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:13649:107) at async asyncHandle (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:15026:38) at async recursion (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:12838:9) at async Promise.all (index 1) at async Qidian.initChapters (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:15035:13) at async Qidian.run (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:14870:13) at async run (chrome-extension://jinjaccalgkegednnccohejagnlnfdag/novel-downloader.user.js#14:28273:17)
问题发生的网址:
https://book.qidian.com/info/1035020326/
复现步骤
1.打开网页 2.点击下载按钮 3.进度条没有前进 4.生产错误文件,TXT文件章节内容为空
期待的行为
正常下载小说
实际的行为
下载小说txt文件章节内容为空
小说下载器脚本版本
5.1.825
脚本管理器(Tampermonkey/Violentmonkey)版本
2.14.0
浏览器名称及版本
Chrome 113.0.5672.127
是不是新文呀?刚开的新文在起点网页版是打不开的。
+1