Skip to main content

Installation Issues

Solution:
    npm install boostgpt @boostgpt/router
Solution: Install channel-specific dependency
    npm install discord.js
Solution: Add to package.json:
    {
      "type": "module"
    }
Or use .mjs extension, or switch to require().

Authentication Errors

Cause: Invalid API keySolution: Check your API key at app.boostgpt.co/account/api-keys
Cause: Wrong Project IDSolution: Verify Project ID matches your API key

Discord Issues

Solution: Enable MESSAGE CONTENT INTENT in Discord Developer Portal → Bot Settings → Privileged Gateway Intents
Solution:
  • Check token is correct
  • Verify bot is invited to server
  • Check internet connection

Telegram Issues

Solution: User must start chat with bot first. Search for bot in Telegram and click Start.
Solution: Only one instance can poll at a time. Stop other instances or use webhooks.

Slack Issues

Solution:
  • Enable Socket Mode in Slack app settings
  • Verify App Token starts with xapp-
  • Check bot has required scopes

WhatsApp Issues

Solution:
    npm install qrcode-terminal
Solution: Delete .wwebjs_auth folder and scan QR again

Getting Help