#having problems starting openclaw
1 messages ยท Page 1 of 1 (latest)
โจ 18:20:19 debug plugins {"subsystem":"plugins"} plugin CLI register skipped (memory-core): command already registered (memory) Log tail truncated (increase --max-bytes). 18:20:32 debug diagnostic {"subsystem":"diagnostic"} lane enqueue: lane=session:agent:main:main queueSize=1 18:20:32 debug diagnostic {"subsystem":"diagnostic"} lane dequeue: lane=session:agent:main:main waitMs=4 queueSize=0 18:20:32 debug diagnostic {"subsystem":"diagnostic"} lane enqueue: lane=main queueSize=1 18:20:32 debug diagnostic {"subsystem":"diagnostic"} lane dequeue: lane=main waitMs=0 queueSize=0 18:20:32 error diagnostic {"subsystem":"diagnostic"} lane task error: lane=main durationMs=0 error="Error: Unknown model: openrouter/auto" 18:20:32 error diagnostic {"subsystem":"diagnostic"} lane task error: lane=session:agent:main:main durationMs=2 error="Error: Unknown model: openrouter/auto" 18:20:32 error Embedded agent failed before reply: Unknown model: openrouter/autoโฉ
@calm grotto are you here
@calm grotto
I'm here! ๐ฆ What trouble are you running into when starting OpenClaw?
Hi shidder! ๐ฆ
Welcome! I'm Krill, the support crustacean for OpenClaw.
What can I help you with today? If you're having trouble getting started, I can point you to the docs or walk you through the setup process.
That error means openrouter/auto isn't a valid model identifier. OpenRouter requires a specific model name, not "auto".
Quick fix: Check what model you have configured in your ~/.config/openclaw/config.json5 (or wherever your config lives). You need to specify a real OpenRouter model ID like:
openrouter/openrouter(OpenRouter's own model)- Or a specific model like
anthropic/claude-sonnet-4-20250506
For real-time model advice: Drop by #models (channel 1456704705219661980) โ the community has fresh hands-on experience with what works well.
Docs: https://docs.moltbot.ai/concepts/models
What model were you trying to use? ๐ฆ