This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
小白求助
#905
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
配置文件里面的 QQ 账号填了吗,检查一下 |
Beta Was this translation helpful? Give feedback.
0 replies
-
感谢各位大佬解答,回去检查了一遍发现是:前面有一个字符 i 导致报错QAQ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
app.js: 正在从 /root/Adachi-BOT/bot.js 拉起机器人。
/root/Adachi-BOT/node_modules/oicq/lib/client.js:586
throw new Error(uin + " is not an OICQ account");
^
Error: undefined is not an OICQ account
at createClient (/root/Adachi-BOT/node_modules/oicq/lib/client.js:586:15)
at create (file:///root/Adachi-BOT/bot.js:17:17)
at main (file:///root/Adachi-BOT/bot.js:137:3)
at file:///root/Adachi-BOT/bot.js:141:3
at ModuleJob.run (node:internal/modules/esm/module_job:198:25)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
at async loadESM (node:internal/process/esm_loader:88:5)
at async handleMainPromise (node:internal/modules/run_main:61:12)
app.js: 机器人异常退出!
app.js: 正在退出……
app.js: 正在终止文件服务器……
app.js: 正在终止机器人……
、
机器人运行报错,目前两个企鹅号一个能用
一个输入 node app
就会这样报错
Beta Was this translation helpful? Give feedback.
All reactions