Created
June 9, 2015 13:43
-
-
Save mxmzb/b8c0400814995c2e0a07 to your computer and use it in GitHub Desktop.
node-steam
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
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