Troubleshooting Guide
Problem: Port already in use
Fix: lsof -ti:PORT | xargs kill -9
Or find the process: netstat -tlnp | grep PORT
Problem: Tunnel is dead (404 on downloads)
Fix: Restart cloudflared: nohup cloudflared tunnel --url http://localhost:9095 &
Check guardian logs: tail autonomy_logs/tunnel_rotations.jsonl
Problem: Ollama out of VRAM
Fix: Unload unused models: ollama stop $(ollama ps | tail -n +2 | awk '{print $1}')
Use smaller model: ollama pull phi4 instead of deepseek-r1:7b
Problem: Discord bot not responding
Fix: Re-invite with bot scope + Send Messages permission.
Verify token: curl -H "Authorization: Bot TOKEN" https://discord.com/api/v10/users/@me
Problem: Gumroad API 401
Fix: Regenerate token at gumroad.com/settings/developer.
Update .env and restart services.
Problem: Disk pressure > 85%
Fix: pip cache purge && find ~/autonomy_logs -name "*.jsonl" -mtime +7 -delete
Clear Ollama unused models: ollama rm $(ollama list | grep -v "deepseek" | awk '{print $1}')
Problem: Capital-activation gap > 7 days
Fix: Run distribution orchestrator. Create flash sale. Post to ALL channels.
Check dashboard: http://localhost:5151
Get the Full Architecture — $197
Built by Drake Enterprise
💰 Support Drake Enterprise — 28 books & protocols, instant download
Browse Library →