-
Notifications
You must be signed in to change notification settings - Fork 423
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
Deployed on Heroku, app is running, no IRC connection #481
Comments
Add "debug: true, showErrors: true", it will show more info about the problem. |
Thx, that output looks a bit better to find a solution:
|
I will try it with an own account for the bot and the sasl true option like descriped here: |
But it seems I miss something, set SASL to true and set username/password to an existing freenode account:
|
I found the issue. In the stackoverflow answer is said the options are: Now my bot connects to freenode. Thx for the hint how to debug. :) |
Hey,
I have a small chatbot using the "irc" package. I just initialize the irc client and add an error handler to it. The project also have a "Procfile" for Heroku with "bot: npm start".
Locally all works, but after deploy on Heroku the app is running, but the IRC connection seems not to work. There is no chatbot coming online and also no errors are emitted.
Someone already have experience with that and maybe I miss something?
Some ressources:
The text was updated successfully, but these errors were encountered: