alex7kom / node-steam-tradeoffers

Steam Trade Offers for Node.js **NO LONGER MAINTAINED**
MIT License
288 stars 98 forks source link

Bot can login but when gets an offer crashes... #259

Closed ghost closed 8 years ago

ghost commented 8 years ago

CONSOLE:( http://imgur.com/gNLm9XD ) Idk whats the problem 7 days cant be couse i use totp... Maybe i am doing this wrong?

function weblogon() { steamClient.webLogOn(function(newCookie) { offers.setup({ sessionID: sessionID, webCookie: cookies, APIKey: '2BD989okjusttonotgetfuckedD86EF3F1' }, function(err) { if (err) { } }); }); }

alex7kom commented 8 years ago

Make sure you do any library calls after setup().