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

Problem with connecting to Inspircd server #154

Closed
dewey opened this issue Mar 8, 2013 · 2 comments
Closed

Problem with connecting to Inspircd server #154

dewey opened this issue Mar 8, 2013 · 2 comments

Comments

@dewey
Copy link

dewey commented Mar 8, 2013

I'm running irc@0.3.6 with node v0.8.21 and I'm faced with this problem. Any idea what's wrong there?

8 Mar 17:24:58 - Unhandled message: { prefix: 'irc.example.com',
server: 'irc.example.com',
command: '042',
rawCommand: '042',
commandType: 'normal',
args: [ 'Test12345', '596AAAA63', 'your unique ID' ] }

node_modules/irc/lib/irc.js:637
throw err;
^
TypeError: Object #testing12345 has no method 'forEach'
at Client. (node_modules/irc/lib/irc.js:537:27)
at Client.EventEmitter.emit (events.js:96:17)
at Client. (node_modules/irc/lib/irc.js:297:22)
at Client.EventEmitter.emit (events.js:96:17)
at Client.connect (node_modules/irc/lib/irc.js:634:22)
at Array.forEach (native)
at Socket.Client.connect (node_modules/irc/lib/irc.js:631:15)
at Socket.EventEmitter.emit (events.js:96:17)
at TCP.onread (net.js:392:31)

@katanacrimson
Copy link
Contributor

...and what exactly are you doing? What's your code look like?

Need more info.

@dewey
Copy link
Author

dewey commented Mar 8, 2013

Okay, seems like I misinterpreted the error message. I thought it's related to the unhandled message while in reality it's failing because of a malformed channels: block I changed and forgot about. I'll close this ticket.

@dewey dewey closed this as completed Mar 8, 2013
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