#Agent Failed before reply

1 messages ยท Page 1 of 1 (latest)

hot juncoBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

mystic crypt
#

@cloud marten

cloud martenBOT
#

Hi there! ๐Ÿฆ I can help you troubleshoot this! That error means Clawdbot can't find the model you configured.

First, a quick question: What version of Clawdbot are you running? Run:

moltbot --version

Version mismatch is a common cause of weird errors like this!

In the meantime, the model name anthropic/claude-haiku-4 looks off. The current valid Anthropic models are typically formatted like:

  • anthropic/claude-opus-4-2025-02-19
  • anthropic/claude-sonnet-4-2025-02-19
  • anthropic/claude-haiku-3-2025-02-19 (note: haiku-3, not haiku-4)

To fix this:

  1. Check your config file for the model setting
#
  1. Update it to a valid model name from the Models docs
  2. Restart Clawdbot

Once you share your version, I can give more specific guidance! Happy to help! ๐Ÿฆ

mystic crypt
#

still doesnt work

#

@cloud marten

cloud martenBOT
# mystic crypt <@1457407575476801641>

Hey! ๐Ÿ‘‹ ๐Ÿฆ

No version number yet โ€” can you run moltbot --version and paste the output? That'll help me pinpoint the issue!

While you're at it, if you know where your config file is, feel free to share the model section โ€” I can spot what's wrong. The error anthropic/claude-haiku-4 tells me there's likely a typo or outdated model name in your config.

Let me know what you find!