openclaw - 💡(How to fix) Fix [Bug]: Gateway start so slow, and some errors happend [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#62269Fetched 2026-04-08 03:06:57
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×2commented ×1

OpenClaw Gateway run 11:06:11+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:18+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded 11:06:22+08:00 [plugins] talk-voice failed to load from C:\Users\Super Manager\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\talk-voice\index.js: RangeError: Maximum call stack size exceeded 11:06:28+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:31+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded

Root Cause

OpenClaw Gateway run 11:06:11+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:18+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded 11:06:22+08:00 [plugins] talk-voice failed to load from C:\Users\Super Manager\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\talk-voice\index.js: RangeError: Maximum call stack size exceeded 11:06:28+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:31+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded

RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

OpenClaw Gateway run 11:06:11+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:18+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded 11:06:22+08:00 [plugins] talk-voice failed to load from C:\Users\Super Manager\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\talk-voice\index.js: RangeError: Maximum call stack size exceeded 11:06:28+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:31+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded

Steps to reproduce

OpenClaw Gateway run 11:06:11+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:18+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded 11:06:22+08:00 [plugins] talk-voice failed to load from C:\Users\Super Manager\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\talk-voice\index.js: RangeError: Maximum call stack size exceeded 11:06:28+08:00 [plugins] google failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\google\index.js: RangeError: Maximum call stack size exceeded 11:06:31+08:00 [plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded

Expected behavior

no others

Actual behavior

no others

OpenClaw version

2026.4.5

Operating system

windows 10

Install method

npm -g

Model

qwen 3.5

Provider / routing chain

[plugins] minimax failed to load from D:\Personal\Roaming\npm\node_modules\openclaw\dist\extensions\minimax\index.js: RangeError: Maximum call stack size exceeded

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue can likely be resolved by identifying and fixing the circular dependency or infinite recursion in the plugin loading process.

Guidance

  • Review the code in the index.js files of the affected plugins (google, minimax, talk-voice) to identify potential circular dependencies or infinite recursion.
  • Check the plugin loading mechanism in OpenClaw Gateway to ensure it can handle dependencies correctly.
  • Verify that the node_modules directory is correctly installed and configured.
  • Consider increasing the maximum call stack size in Node.js as a temporary workaround, but this may not fix the underlying issue.

Example

No specific code example can be provided without more information about the plugin code.

Notes

The issue seems to be related to a circular dependency or infinite recursion in the plugin loading process, but without more information about the code, it's difficult to provide a specific solution.

Recommendation

Apply a workaround by increasing the maximum call stack size in Node.js, but also investigate and fix the underlying circular dependency or infinite recursion issue in the plugin code.

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…

FAQ

Expected behavior

no others

Still need to ship something?

×6

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

Back to top recommendations

TRENDING