Installation Issues
Cannot find module 'boostgpt'
Cannot find module 'boostgpt'
Solution:
Cannot find module 'discord.js'
Cannot find module 'discord.js'
Solution: Install channel-specific dependency
SyntaxError: Cannot use import statement
SyntaxError: Cannot use import statement
Solution: Add to package.json:Or use
.mjs extension, or switch to require().Authentication Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
Cause: Wrong Project IDSolution: Verify Project ID matches your API key
Discord Issues
Bot not responding to messages
Bot not responding to messages
Solution: Enable MESSAGE CONTENT INTENT in Discord Developer Portal → Bot Settings → Privileged Gateway Intents
Bot appears offline
Bot appears offline
Solution:
- Check token is correct
- Verify bot is invited to server
- Check internet connection
Telegram Issues
Bot was blocked by user
Bot was blocked by user
Solution: User must start chat with bot first. Search for bot in Telegram and click Start.
Polling error
Polling error
Solution: Only one instance can poll at a time. Stop other instances or use webhooks.
Slack Issues
Bot not receiving messages
Bot not receiving messages
Solution:
- Enable Socket Mode in Slack app settings
- Verify App Token starts with
xapp- - Check bot has required scopes
WhatsApp Issues
QR code not showing
QR code not showing
Solution:
Session expired
Session expired
Solution: Delete
.wwebjs_auth folder and scan QR again