WillBot icon indicating copy to clipboard operation
WillBot copied to clipboard

Error: libuuid.so.1: cannot open shared object file: No such file or directory

Open amakerlife opened this issue 3 years ago • 0 comments

yarn start 时出现错误

yarn run v1.22.19
$ node ./src/index.js
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module loader...
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module pack...
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module config...
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module mongo...
[1/26/2023, 2:15:30 PM] [WB-β] [MARK] Connecting MongoDb at mongodb://127.0.0.1:27017.
[1/26/2023, 2:15:30 PM] [WB-β] [MARK] Connected.
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module fastify...
[1/26/2023, 2:15:30 PM] [WB-β] [INFO] Loading module oicqAdapter...
[1/26/2023, 2:15:30 PM] [WB-β] [MARK] Logging into *********** with OICQ client.
[1/26/2023, 2:15:31 PM] [OICQ] [MARK] *.*.*.*:8080 connected
[1/26/2023, 2:15:31 PM] [OICQ] [MARK] Welcome, *****! 正在加载资源...
[1/26/2023, 2:15:31 PM] [OICQ] [MARK] 加载了5个好友,2个群,0个陌生人
[1/26/2023, 2:15:31 PM] [WB-β] [MARK] Logged in.
[1/26/2023, 2:15:31 PM] [WB-β] [INFO] Loading module repl...
[1/26/2023, 2:15:31 PM] [WB-β] [MARK] Starting REPL.
eval> [1/26/2023, 2:15:31 PM] [WB-β] [INFO] Loading module command...
[1/26/2023, 2:15:31 PM] [WB-β] [INFO] Loading will auth...
[1/26/2023, 2:15:31 PM] [WB-β] [ERROR] Failed to start bot:
[1/26/2023, 2:15:31 PM] [WB-β] [ERROR] Error: libuuid.so.1: cannot open shared object file: No such file or directory
    at Module._extensions..node (node:internal/modules/cjs/loader:1243:18)
    at Module.load (node:internal/modules/cjs/loader:1037:32)
    at Module._load (node:internal/modules/cjs/loader:878:12)
    at Module.require (node:internal/modules/cjs/loader:1061:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/etc/Willbot/node_modules/canvas/lib/bindings.js:3:18)
    at Module._compile (node:internal/modules/cjs/loader:1159:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
    at Module.load (node:internal/modules/cjs/loader:1037:32)
    at Module._load (node:internal/modules/cjs/loader:878:12)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

amakerlife avatar Jan 26 '23 06:01 amakerlife