-
Notifications
You must be signed in to change notification settings - Fork 14
98. Common issues that may arise
N4DRO edited this page Nov 20, 2024
·
1 revision
Common issues will change overtime as the bot changes. Listed below are some of the issues faced in the current implementation along with a quick fix until a full resolution is in place.
EOF occurred in violation of protocol (_ssl.c:2423)
Perform a reboot of the bot using
pm2 restart <name>
. If you can't remember the name you gave it, runpm2 list
WARNING - Shard ID None heartbeat blocked for more than 65590 seconds.
This indicates that the Discord WebSocket connection is stalled, likely due to blocking code. Trace back to when errors first started occurring in
data/logs/governance_bot.log
. Please reach out to @N4DRO.
A reboot of the bot will fix this