Problemas técnicos acontecem. Esta página cobre os mais frequentes em OpenClaw bots.
Bot não inicia
- Verifique config.yml syntax: use validator YAML online
- Env vars setadas? echo $BINANCE_API_KEY
- Skills instaladas? openclaw skill list
- Logs: ~/.openclaw/logs/error.log
Auth errors
- API key vencida → regenere na exchange
- IP whitelist mismatch → atualize IP no exchange
- Permissions insuficientes → re-check scopes
- Time drift > 1s → sync NTP no VPS
"Insufficient balance"
- Saldo real menor que requerido (check exchange)
- Fees não considerados em cálculo
- Outras ordens abertas consumindo saldo
Bot operates wrong direction
- Strategy config bug — re-test em demo
- Buy/sell signal invertido
- Pause bot, debug antes de continue
Rate limit errors
- Too many requests — increase delay entre calls
- Use WebSocket pra data em vez de REST polling
- Verifique se loop tem proper backoff
LLM cost spike
- Bot em loop fazendo too many calls
- Context cresceu (cache não funcionando)
- Check ~/.openclaw/llm_usage.log
Debug systematic
- Verificar logs primeiro
- Testar componente isoladamente
- Pause bot, run em dry-run mode
- Compare com last known working config
- Comunidade OpenClaw Discord pra issues complex
Veja: bot não opera. 🦞