ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 158 forks source link

Bot crashes when more than 15 rooms are relayed #213

Open livinginformation opened 6 years ago

livinginformation commented 6 years ago

error: Maximum IRC retry count reached, exiting.

npm ERR! Linux 4.4.0-91-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" "--" "--config" "./config_pt.json" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! slack-irc@3.11.1 start: node dist/index.js "--config" "./config_pt.json" npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the slack-irc@3.11.1 start script 'node dist/index.js "--config" "./config_pt.json"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the slack-irc package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node dist/index.js "--config" "./config_pt.json" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs slack-irc npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls slack-irc npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/*****/code/relay/slack-irc/npm-debug.log

JaseFace commented 5 years ago

I'm running one with 18 channel currently with no related crashes. This is likely a limitation of your ircd, check to see the max channels a user is allowed in. Alternatively add a new class for bots that is exempt, exceed_limit in hybrid for example.