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
[Sat Jan 10 2015 22:15:56 GMT-0600 (CST)] ERROR TypeError: Cannot read property 'length' of undefined
at Client._updateMaxLineLength (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:1024:64)
at Client.<anonymous> (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:222:22)
at Client.emit (events.js:95:17)
at iterator (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:753:22)
at Array.forEach (native)
at Socket.<anonymous> (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:749:15)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:764:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:426:10)
at emitReadable (_stream_readable.js:422:5)
at readableAddChunk (_stream_readable.js:165:9)
at Socket.Readable.push (_stream_readable.js:127:10)
at TCP.onread (net.js:528:21)
Probably because of this change 9481a71 made to _updateMaxLineLength prototype.
The text was updated successfully, but these errors were encountered:
This is a known bug (see #286) that we'll be fixing shortly.
On 01/10/2015 11:38 PM, Fernando Ortiz wrote:
When using 0.3.8 I get the following error:
|[Sat Jan 10 2015 22:15:56 GMT-0600 (CST)] ERROR TypeError: Cannot read property 'length' of undefined
at Client._updateMaxLineLength (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:1024:64)
at Client. (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:222:22)
at Client.emit (events.js:95:17)
at iterator (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:753:22)
at Array.forEach (native)
at Socket. (/Users/fortiz/development/nodedev/myhubot/node_modules/hubot-irc/node_modules/irc/lib/irc.js:749:15)
at Socket.emit (events.js:95:17)
at Socket. (stream_readable.js:764:14)
at Socket.emit (events.js:92:17)
at emitReadable (_stream_readable.js:426:10)
at emitReadable (_stream_readable.js:422:5)
at readableAddChunk (_stream_readable.js:165:9)
at Socket.Readable.push (_stream_readable.js:127:10)
at TCP.onread (net.js:528:21)
|
Probably because of this change 9481a71 9481a71
made to _updateMaxLineLength prototype.
—
Reply to this email directly or view it on GitHub #289.
When using 0.3.8 I get the following error:
Probably because of this change 9481a71 made to _updateMaxLineLength prototype.
The text was updated successfully, but these errors were encountered: