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

Version 0.3.8 failed while using hubot-irc #289

Closed
nandub opened this issue Jan 11, 2015 · 2 comments
Closed

Version 0.3.8 failed while using hubot-irc #289

nandub opened this issue Jan 11, 2015 · 2 comments

Comments

@nandub
Copy link

nandub commented Jan 11, 2015

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.<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.

@ghost
Copy link

ghost commented Jan 11, 2015

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.

@nandub
Copy link
Author

nandub commented Jan 11, 2015

Sorry about that.

@nandub nandub closed this as completed Jan 11, 2015
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

Successfully merging a pull request may close this issue.

1 participant