919 B
919 B
Troubleshooting common issues
-
Import errors
- Ensure the virtual environment is active.
- Run
pip install -r requirements.txt.
-
Agent authorization failures
- Ensure your main wallet is activated on Hyperliquid and has funds.
- The
create_agent.pyscript will print helpful messages if the vault (main wallet) cannot act.
-
SQLite locked errors
- Increase the SQLite timeout when opening connections (this project uses a 10s timeout in fetcher). Close other programs that may hold the DB open.
-
Missing coin precision file
- Run
python list_coins.pyto regenerate_data/coin_precision.json.
- Run
-
Rate limits from CoinGecko
- Set
COINGECKO_API_KEYin your.envfile and ensure the fetcher respects backoff.
- Set
-
Agent keys in
agentsfile or other local files- Treat any
agentsfile with private keys as compromised; rotate keys and remove the file from the repository.
- Treat any