We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "server": "Prothid.NY.US.GameSurge.Net", "password": null, "TLS":true, "port": 6697, "daemon": "irc2", "nicknames": ["BLTBot"], "username": "blt", "realname": "BLTBot in tennu", "channels": ["#devchannel"], "nickserv": "nickserv", "auth-password": null, "command-trigger": "!", "disable-help": false }
var tennu = require('tennu'); var network = require('./config/myNetwork.json'); // See next section var myClient = tennu.Client(network); myClient.connect();
2015-11-06T21:51:37.789Z - notice: Tennu Connected events.js:141 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at exports._errnoException (util.js:860:11) at TCP.onread (net.js:544:26)
The text was updated successfully, but these errors were encountered:
Is this still happening?
Sorry, something went wrong.
ownix@WalnutPi ~/Cloud9/tennu-testing $ npm update [email protected] /home/ownix/Cloud9/tennu-testing └── [email protected] ownix@WalnutPi ~/Cloud9/tennu-testing $ node index.js events.js:141 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at exports._errnoException (util.js:860:11) at TCP.onread (net.js:544:26)
Because TLS is true, and TLS is busted because I apparently don't know how to use TLS.
I dont understand it either. Let me know if you get this figured out.
No branches or pull requests
myNetwork.conf:
Index.js
Error:
The text was updated successfully, but these errors were encountered: