Skip to content

7. Troubleshooting

Steven edited this page Jun 7, 2025 · 1 revision

Troubleshooting

Common Issues

Bot does not respond in Telegram

  • Verify that your bot token in .env is correct.
  • Check if your bot is started (npm start).
  • Confirm the Telegram bot was created correctly with BotFather.

MongoDB connection errors

  • Ensure MongoDB is running and accessible at the specified MONGODB_URI.
  • Check MongoDB logs for errors.
  • Confirm network/firewall settings allow connections.

API Key or RPC Connection Issues

  • Verify your Helius API key is valid and not expired.
  • Check internet connectivity.
  • Confirm URLs for RPC_URL and WSS_URL are correct.

Enabling Debug Logs

You can enable verbose logging by setting environment variables or modifying the code to help diagnose issues.


For other issues, please open an issue on GitHub or contact the owner(https://t.me/stevendev0822).

Clone this wiki locally