openclaw - 💡(How to fix) Fix [BUG] v2026.3.31 网页端图片上传/识别功能失效,回退到 v2026.3.28 正常 [1 comments, 1 participants]

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…
GitHub stats
openclaw/openclaw#58984Fetched 2026-04-08 02:30:20
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
closed ×1commented ×1locked ×1

Code Example

Unable to resolve bundled plugin public surface image-generation-core/runtime-api.js

---

npm install -g openclaw@2026.3.28
openclaw gateway restart
RAW_BUFFERClick to expand / collapse

问题描述

OpenClaw v2026.3.31 版本中,网页端无法上传图片进行识别。回退到 v2026.3.28 后功能恢复正常。

复现步骤

  1. 升级到 v2026.3.31
  2. 在网页端尝试上传图片(点击回形针按钮或直接拖拽)
  3. 图片无法发送或识别失败

期望行为

图片应该能正常上传并被 AI 识别

实际行为

图片上传功能失效

错误日志

Unable to resolve bundled plugin public surface image-generation-core/runtime-api.js

环境信息

  • 问题版本: OpenClaw 2026.3.31 (213a704)
  • 正常版本: OpenClaw 2026.3.28 (f9b1079)
  • 系统: WSL2 Ubuntu on Windows
  • 浏览器: Chrome (CDP 远程调试)
  • 频道: webchat

临时解决方案

回退到 v2026.3.28:

npm install -g [email protected]
openclaw gateway restart

补充说明

  • v2026.3.28 版本图片功能完全正常
  • 问题仅在 v2026.3.31 出现
  • Gateway 重启后功能正常,但日志仍有 plugin 错误

extent analysis

TL;DR

Downgrade to OpenClaw version 2026.3.28 to temporarily resolve the image upload issue.

Guidance

  • Verify that the issue is specific to version 2026.3.31 by testing image upload in other versions.
  • Check the plugin configuration and dependencies to ensure compatibility with the latest version.
  • Investigate the error log "Unable to resolve bundled plugin public surface image-generation-core/runtime-api.js" to identify the root cause of the plugin resolution issue.
  • Consider testing the image upload functionality in different browsers and environments to rule out browser-specific or environment-specific issues.

Example

No code example is provided as the issue does not imply a specific code change.

Notes

The provided information suggests a version-specific issue, and downgrading to version 2026.3.28 resolves the problem. However, the root cause of the plugin resolution issue is still unknown and requires further investigation.

Recommendation

Apply the workaround by downgrading to version 2026.3.28, as it is a known stable version that resolves the image upload issue. This will allow for temporary functionality until the root cause of the issue is identified and fixed in a future version.

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