openclaw - 💡(How to fix) Fix [Feature]: [openclaw-weixin] WeChat access_token has too short validity period, expires frequently and causes disconnection, affecting push stability

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The WeChat access_token of the openclaw-weixin plugin has an extremely short validity period, which causes frequent connection interruptions due to expiration. After each expiration, manual re-scanning of the QR code for login is required, making it impossible to receive and send messages continuously and stably. Impact Cannot guarantee the reliability of scheduled pushes (such as trading reminders, morning reports, early warnings, etc.) Silently fails after expiration and disconnection, users will not notice unless they actively send messages Requires frequent manual intervention to re-scan the QR code Expectations Implement a refresh_token automatic renewal mechanism to avoid manual re-scanning of the QR code Or provide a configurable token refresh strategy (parameters such as interval/retry times) Or automatically reconnect when the token expires instead of directly disconnecting

Root Cause

The WeChat access_token of the openclaw-weixin plugin has an extremely short validity period, which causes frequent connection interruptions due to expiration. After each expiration, manual re-scanning of the QR code for login is required, making it impossible to receive and send messages continuously and stably. Impact Cannot guarantee the reliability of scheduled pushes (such as trading reminders, morning reports, early warnings, etc.) Silently fails after expiration and disconnection, users will not notice unless they actively send messages Requires frequent manual intervention to re-scan the QR code Expectations Implement a refresh_token automatic renewal mechanism to avoid manual re-scanning of the QR code Or provide a configurable token refresh strategy (parameters such as interval/retry times) Or automatically reconnect when the token expires instead of directly disconnecting

RAW_BUFFERClick to expand / collapse

Summary

The WeChat access_token of the openclaw-weixin plugin has an extremely short validity period, which causes frequent connection interruptions due to expiration. After each expiration, manual re-scanning of the QR code for login is required, making it impossible to receive and send messages continuously and stably. Impact Cannot guarantee the reliability of scheduled pushes (such as trading reminders, morning reports, early warnings, etc.) Silently fails after expiration and disconnection, users will not notice unless they actively send messages Requires frequent manual intervention to re-scan the QR code Expectations Implement a refresh_token automatic renewal mechanism to avoid manual re-scanning of the QR code Or provide a configurable token refresh strategy (parameters such as interval/retry times) Or automatically reconnect when the token expires instead of directly disconnecting

Problem to solve

Environment AutoClaw latest version openclaw-weixin plugin Windows 11 Professional WeChat personal account (not WeChat Work)

Proposed solution

no

Alternatives considered

no

Impact

微信token有效期短是 OpenClaw 微信插件(openclaw-weixin)本身的设计,它的 token 刷新机制是内置于插件代码里的,无法通过配置文件调整。

Evidence/examples

No response

Additional information

微信token有效期短是 OpenClaw 微信插件(openclaw-weixin)本身的设计,它的 token 刷新机制是内置于插件代码里的,无法通过配置文件调整。

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING