系统信息
System:
OS: Linux 5.15 Armbian 23.08.0-trunk jammy 22.04 (Jammy Jellyfish)
CPU: (4) arm64 ARMv8 Processor rev 4 (v8l)
Binaries:
Node: 16.20.2
Yarn: 1.22.19
Koishi:
Core: 4.14.1
Console: 5.13.1
目前koishi.yml
: pastebin (改掉隐私信息)
jieba报错例:
2023-08-14 12:22:53 [E] jieba 下载二进制文件遇到错误,请查看日志获取更详细信息
2023-08-14 12:22:53 [W] app DownloadError:
Failed to fetch from URL: fetch is not defined
at handleFile (/root/koishi/koishi-308/node_modules/koishi-plugin-jieba/lib/downloader.js:29:15)
at getNativeBinding (/root/koishi/koishi-308/node_modules/koishi-plugin-jieba/lib/index.js:185:47)
at Jieba.start (/root/koishi/koishi-308/node_modules/koishi-plugin-jieba/lib/index.js:50:35)
at async /root/koishi/koishi-308/node_modules/cordis/lib/index.cjs:739:7
mc-server-status:
2023-08-14 13:10:31 [I] app unload plugin mc-server-status:uoo72b
2023-08-14 13:10:32 [I] app apply plugin mc-server-status:uoo72b
2023-08-14 13:10:44 [W] command mcs
ReferenceError: fetch is not defined
at _Command.<anonymous> (/root/koishi/koishi-308/node_modules/koishi-plugin-mc-server-status/lib/index.js:36:22)
at Array.<anonymous> (/root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:1686:27)
at Object.argv.next (/root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:1698:60)
at Object.argv.n
ext (/root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:1698:60)
at _Command.execute (/root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:1701:33)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:2287:22
at async _Session.withScope (/root/koishi/koishi-308/node_modules/@koishijs/core/lib/index.cjs:2155:22)
是缺失依赖吗?
请问怎么解决