#Cannot switch model: "This version of Antigravity is no longer supported. "

1 messages ยท Page 1 of 1 (latest)

delicate etherBOT
#

This error typically indicates a configuration issue or version mismatch. Here's what to check:

Quick fixes to try:

  1. Check your Clawdbot version:

    clawdbot --version
    

    If it's outdated, update first.

  2. Verify your ~/.config/clawdbot/openclaw.json config:

    • Make sure there are no leftover antigravity references anywhere
    • Check for any deprecated model configurations
    • Ensure the models section is properly formatted
  3. Clear cached data:

#
   rm -rf ~/.cache/clawdbot/*
  1. Try a minimal config test:
    Temporarily rename your config file to create a fresh one:

    mv ~/.config/clawdbot/openclaw.json ~/.config/clawdbot/openclaw.json.bak
    clawdbot configure  # Run through fresh setup
    
  2. Check gateway logs for more details:

    clawdbot gateway logs
    

If the error persists after these steps, please share:

#
  • Your Clawdbot version
  • The relevant portion of your openclaw.json (models section)
  • Any logs from the gateway

This helps narrow down whether it's a config issue or something else in the system. ๐Ÿฆ