Search the Community
Showing results for tags 'Trade offer'.
-
Hi, I'm using only steam community and trade-offer-manager to send and receive trade offer, but after about a week now I got problem when trade offer set cookie always Not Logged In state while community still, so I follow example : https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/examples/storehouse-steam.js and fixed the problem, but I still not understand why It need to login with steam user and create new web login session.
-
I was trying to send a steam offer using a different language and I ported your code "http://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/lib/classes/TradeOffer.js#L317" while sending my trade offer I receive error 401 and noticed that you intercept such error code and print that your are not logged in if such error occurs, I'd like to ask what is the cause of this error, and how to avoid it (what cookies are necessary, in my code I loaded all the cookies a person can obtain from logging to "http://steamcommunity.com" )
-
Hey, I made this code: for(var i = 0; i < offer.itemsToReceive.length; i++){getPrices(offer.itemsToReceive).then(function(val){console.log(val);}).catch(function(err) {console.log(err);});} it prints the values of the items i receive in the trade.How do i make it so it just prints the total value, so all the item prices in one total.
- 2 replies
-
- Steam
- Trade offer
-
(and 1 more)
Tagged with: