node-steam-user-trade-tutorial icon indicating copy to clipboard operation
node-steam-user-trade-tutorial copied to clipboard

The example from a blog post explaining how to create a Steam trade bot in Node.js/IO.js using the Steam-User library.

Results 3 node-steam-user-trade-tutorial issues
Sort by recently updated
recently updated
newest added

Everytime I run the script, I get an error as seen below client.friends.on('relationships', function(){ ^ TypeError: Cannot read property 'on' of undefined at Object. (/Users/ford/main.js:142:15) at Module._compile (module.js:398:26) at Object.Module._extensions..js...

When i request a trade via the chat i get this error Any help ? error: Error: Malformed response at TradeOfferManager. (/Users/TRM/Desktop/node-steam-user-trade-tutorial-master/node_modules/steam-tradeoffer-manager/lib/index.js:122:13) at Request.self.callback (/Users/TRM/Desktop/node-steam-user-trade-tutorial-master/node_modules/request/request.js:199:22) at emitTwo (events.js:87:13) at Request.emit...

With the new forced steam guard authentication how do we solve that problem in javascript i see the the C# bot as already resolved the problem and i would like...