插件一直重启
#37
Replies: 1 comment 1 reply
-
|
Hey! The log shows auto-restart attempts, which means the plugin process is crashing continuously. The INFO message you posted is just the restart notification—you need to look for ERROR logs right before each restart to see the actual cause. Check your openclaw logs more thoroughly. Look for lines with ERROR or stack traces in the same time window. Common triggers:
Also verify your wecom config is complete: , , , and / if using callback mode. Try running the plugin manually from the command line with or to get more verbose output. That should print the actual crash error to the console. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
日志输出
{
"0": "{"subsystem":"gateway/channels/wecom"}",
"1": "[default] auto-restart attempt 2/10 in 10s",
"_meta": {
"runtime": "node",
"runtimeVersion": "22.22.0",
"hostname": "iZ7xvdh9hc1trmk80j3a44Z",
"name": "{"subsystem":"gateway/channels/wecom"}",
"parentNames": [
"openclaw"
],
"date": "2026-02-25T07:14:07.026Z",
"logLevelId": 3,
"logLevelName": "INFO",
"path": {
"fullFilePath": "file:///home/admin/.npm-global/lib/node_modules/openclaw/dist/entry.js:2313:14",
"fileName": "entry.js",
"fileNameWithLine": "entry.js:2313",
"fileColumn": "14",
"fileLine": "2313",
"filePath": ".npm-global/lib/node_modules/openclaw/dist/entry.js",
"filePathWithLine": ".npm-global/lib/node_modules/openclaw/dist/entry.js:2313",
"method": "logToFile"
}
},
"time": "2026-02-25T07:14:07.026Z"
}
本地能够访问到服务器,似乎不是网络的问题
图1.bmp
企业微信后台也成功设置了
图2.bmp
Beta Was this translation helpful? Give feedback.
All reactions