You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! [email protected] start: node dist/index.js "--config" "./config_pt.json"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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
The text was updated successfully, but these errors were encountered:
livinginformation
changed the title
Bot crashes when more than 10 rooms are relayed
Bot crashes when more than 15 rooms are relayed
Sep 4, 2017
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.
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! [email protected] start:
node dist/index.js "--config" "./config_pt.json"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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
The text was updated successfully, but these errors were encountered: