Last active
August 29, 2015 14:24
-
-
Save filler/8d75f69edaf4f0717d80 to your computer and use it in GitHub Desktop.
node-irc traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 30 Jun 20:53:38 - RECV: :DandyPandy!daniel.givens@rackspace-23mc1h.res.rr.com PRIVMSG #dnsaas :It looks like most status calls are failing right now. | |
| 30 Jun 20:53:38 - Message parsed: PRIVMSG | |
| undefined:1 | |
| <script id="channel_list_template" type="text/x-handlebars-template">{{#each c | |
| ^ | |
| SyntaxError: Unexpected token < | |
| at Object.parse (native) | |
| at IncomingMessage.<anonymous> (/root/slack-irc/node_modules/slack-client/src/client.js:669:28) | |
| at IncomingMessage.emit (events.js:117:20) | |
| at _stream_readable.js:944:16 | |
| at process._tickCallback (node.js:448:13) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DandyPandy | |
| [06/30 20:49:02] It looks like most status calls are failing right now. | |
| DandyPandy | |
| [06/30 20:49:22] I'm going to restart each node right now just to see what happens. | |
| DandyPandy | |
| [06/30 20:55:21] I found the problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment