edsu / anon

tweet about anonymous Wikipedia edits from particular IP address ranges
Creative Commons Zero v1.0 Universal
973 stars 152 forks source link

something broke overnight #122

Closed ghost closed 9 years ago

ghost commented 9 years ago

running anon instance on a VPS in a tmux session. went to check the session, came back to this:

/root/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:672
                    throw err;
                          ^
ReferenceError: message is not defined
  at Client.<anonymous> (/root/anon/node_modules/wikichanges/wikichanges.js:45:34)
  at Client.EventEmitter.emit (events.js:95:17)
  at Client.<anonymous> (/root/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:550:26)
  at Client.EventEmitter.emit (events.js:95:17)
  at /root/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:669:22
  at Array.forEach (native)
  at Socket.<anonymous> (/root/anon/node_modules/wikichanges/node_modules/irc/lib/irc.js:666:15)
  at Socket.EventEmitter.emit (events.js:95:17)
  at Socket.<anonymous> (_stream_readable.js:746:14)
  at Socket.EventEmitter.emit (events.js:92:17)
  at emitReadable_ (_stream_readable.js:408:10)
  at emitReadable (_stream_readable.js:404:5)
  at readableAddChunk (_stream_readable.js:165:9)
  at Socket.Readable.push (_stream_readable.js:127:10)
  at TCP.onread (net.js:526:21)

any help? using ubuntu with universe nodejs packages.

edsu commented 9 years ago

@wardcunningham fixed this over in wikichanges which I just released as wikichanges v0.2.6. To get it you should be able to do this in your anon project:

cd anon
git pull 
npm install
ghost commented 9 years ago

thank you.