wetfish / fishy-bot

One fishy IRC bot
GNU General Public License v2.0
4 stars 13 forks source link

Fishy doesn't automatically reconnect in certain situations #54

Open itsrachelfish opened 5 years ago

itsrachelfish commented 5 years ago
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: Connection lost: The server closed the connection.
    at Protocol.end (/home/fishy/fishy-bot/node_modules/mysql/lib/protocol/Protocol.js:109:13)
    at Socket.<anonymous> (/home/fishy/fishy-bot/node_modules/mysql/lib/Connection.js:115:28)
    at emitNone (events.js:91:20)
    at Socket.emit (events.js:185:7)
    at endReadableNT (_stream_readable.js:974:12)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)