Skip to content

Instantly share code, notes, and snippets.

@mxmzb
Created June 9, 2015 13:43
Show Gist options
  • Save mxmzb/b8c0400814995c2e0a07 to your computer and use it in GitHub Desktop.
Save mxmzb/b8c0400814995c2e0a07 to your computer and use it in GitHub Desktop.
node-steam
events.js:85
throw er; // Unhandled 'error' event
^
Error: Logon fail: 65
at SteamClient.handlers.(anonymous function) (/Users/dotwired/Projects/dotanaut/lib/node/dota2_bot/node_modules/steam/lib/handlers/user.js:182:11)
at SteamClient._netMsgReceived (/Users/dotwired/Projects/dotanaut/lib/node/dota2_bot/node_modules/steam/lib/steam_client.js:123:26)
at SteamClient.handlers.(anonymous function) (/Users/dotwired/Projects/dotanaut/lib/node/dota2_bot/node_modules/steam/lib/steam_client.js:209:10)
at SteamClient._netMsgReceived (/Users/dotwired/Projects/dotanaut/lib/node/dota2_bot/node_modules/steam/lib/steam_client.js:123:26)
at Connection.emit (events.js:107:17)
at Connection._readPacket (/Users/dotwired/Projects/dotanaut/lib/node/dota2_bot/node_modules/steam/lib/connection.js:50:8)
at Connection.emit (events.js:104:17)
at emitReadable_ (_stream_readable.js:424:10)
at emitReadable (_stream_readable.js:418:7)
at readableAddChunk (_stream_readable.js:174:11)
at Connection.Readable.push (_stream_readable.js:126:10)
at TCP.onread (net.js:538:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment