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
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)
The text was updated successfully, but these errors were encountered:
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.
I'm running [email protected] 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)
The text was updated successfully, but these errors were encountered: