seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 180 forks source link

Throw er; // Unhandled 'error' event | Node-steam #361

Closed csgoready closed 8 years ago

csgoready commented 8 years ago

Hi!

Can somebody just help me out? I am facing some problems with node, installed v4.4.4 which is the latest one out there. And I am still getting errors :(

root@vps280311:/var/www/bot# node sell.js connected encrypt request handshake complete logon fail: 5, sessionID: 3862349 events.js:160 throw er; // Unhandled 'error' event ^

Error: Logon fail: 5 at SteamClient.handlers.(anonymous function) (/var/www/bot/node_modules/steam/lib/handlers/user.js:178:11) at SteamClient._netMsgReceived (/var/www/bot/node_modules/steam/lib/steam_client.js:106:26) at SteamClient.handlers.(anonymous function) (/var/www/bot/node_modules/steam/lib/steam_client.js:192:10) at SteamClient._netMsgReceived (/var/www/bot/node_modules/steam/lib/steam_client.js:106:26) at emitOne (events.js:96:13) at Connection.emit (events.js:188:7) at Connection._readPacket (/var/www/bot/nodemodules/steam/lib/connection.js:50:8) at emitNone (events.js:86:13) at Connection.emit (events.js:185:7) at emitReadable (_stream_readable.js:438:10)

Screenshot / Gyazo: https://gyazo.com/7df7c6b58e75b781024b369a2bad1b96

I have a VPS, installed steamcommunity, fs and readline on it. Which should be good enough to run these kind of scripts.

Look, can anybody just help me out? You can add me on skype if you want to: realJustinD

And I know this isn't some kinda helpdesk, but I don't know how to find a solution either.. I am new to developing with node and maybe a noob at developing at all. But I just want to learn it ok?

Thanks,

Justin