#having problems starting openclaw

1 messages ยท Page 1 of 1 (latest)

frozen valve
#

I am having problems starting this up. I setup everything from scratch again but I am getting errors. Here this is the result from openclaw logs --follow AFTER I have done a openclaw gateway restart and I have sent 1 message from discord (that is linked successfully) to openclaw.

#

โจ 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

molten trench
#

@calm grotto

calm grottoBOT
#

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.

calm grottoBOT
# frozen valve โจ``` 18:20:19 debug plugins {"subsystem":"plugins"} plugin CLI register skipped ...

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? ๐Ÿฆ