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

exception: Cannot read property '1' of null #13

Open
edsu opened this issue Feb 5, 2015 · 1 comment
Open

exception: Cannot read property '1' of null #13

edsu opened this issue Feb 5, 2015 · 1 comment
Labels

Comments

@edsu
Copy link
Owner

edsu commented Feb 5, 2015

Infrequently I've seen these:

/data/project/anon/anon/node_modules/wikichanges/node_modules/irc/lib/parse_message.js:39
    message.command = match[1];
                           ^
TypeError: Cannot read property '1' of null
    at parseMessage (/data/project/anon/anon/node_modules/wikichanges/node_modules/irc/lib/parse_message.js:39:28)
    at iterator (/data/project/anon/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:753:27)
    at Array.forEach (native)
    at Socket.Client.connect (/data/project/anon/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:752:15)
    at Socket.EventEmitter.emit (events.js:88:17)
    at TCP.onread (net.js:392:31)

In the past I've interpreted these as errors with wikichanges but I believe they are an error from the underlying irc library.

@edsu edsu added the bug label Feb 5, 2015
@jdcc
Copy link

jdcc commented Mar 16, 2015

Looks like it's this: martynsmith/node-irc#325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants