Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot crashes when more than 15 rooms are relayed #213

Open
livinginformation opened this issue Sep 4, 2017 · 1 comment
Open

Bot crashes when more than 15 rooms are relayed #213

livinginformation opened this issue Sep 4, 2017 · 1 comment

Comments

@livinginformation
Copy link

livinginformation commented Sep 4, 2017

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

@livinginformation 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
@JaseFace
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants