dilipsoni Posted June 7, 2017 Report Posted June 7, 2017 When i am using offer.make offer function var offer = { partnerAccountId: 76561198361006906, accessToken: "F8Rnh10I", itemsFromThem: [{ appid: 730, contextid: 2, amount: 1, assetid: "9710052624" }], itemsFromMe: [], message: "Hello! Checkout what I'm offering You ;)"};offers.makeOffer(offer, function(err, result){ // 2. callback function that will handle result of makeOffer if (err) { console.log(err); //return; } console.log(result); }); i am getting error this._requestCommunity.get(requestParams, function(error, response, body) { ^ TypeError: Cannot read property 'get' of undefined like this how can i solve this ? any solution for this ?? Quote
Dr. McKay Posted June 7, 2017 Report Posted June 7, 2017 You're using node-steam-tradeoffers, which I can't support. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.