- 
                
Posts
3643 - 
                
Joined
 - 
                
Last visited
 
Everything posted by Dr. McKay
- 
	There is no need to call community.setCookies since you're using manager.setCookies and you passed the SteamCommunity instance to the TradeOfferManager constructor. Can you add some output to the webSession event to make sure that's getting emitted properly?
 - 
	
	
				Simple steam incomming offer accept
Dr. McKay replied to TaiGlem's topic in node-steam-tradeoffer-manager
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/examples/storehouse-steam.js You should be able to relatively easily modify this example to only accept offers where you don't give any items (e.g. offer.itemsToGive == 0) - 
	
	
				How can I check the offer that has already been sent?
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferscontainingitemsitems-includeinactive-callback Please read the documentation. - 
	https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getoffersfilterhistoricalcutoff-callback Please read the documentation.
 - 
	steam-tradeoffer-manager never had anything to do with this, so there isn't anything to update.
 - 
	See cancelTime here: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#constructoroptions
 - 
	
	
				Send offers problem: Error: Access Denied
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
I suggest you check again. - 
	All the information I have is that it doesn't work. http://apistatus.steam.pm
 - 
	A pretty easy way to invalidate your session: community.setCookies(["steamLogin=invalid", "steamLoginSecure=invalid"]);
 - 
	You seem to be under the mistaken impression that any of us work for Valve.
 - 
	
	
				EResult: 42 On attempted trade accept
Dr. McKay replied to Drepic's topic in node-steam-tradeoffer-manager
42 = NoMatch Did you perhaps set the apiKey property manually? - 
	
	
				Send offers problem: Error: Access Denied
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
https://support.steampowered.com/kb_article.php?ref=3330-IAGK-7663 - 
	
	
				Send offers problem: Error: Access Denied
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
Yes. - 
	Can you console.log(offer.partner)?
 - 
	
	
				Question How To get new AssetId
Dr. McKay replied to maraya's topic in node-steam-tradeoffer-manager
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getreceiveditemsgetactions-callback or https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getexchangedetailsgetdetailsiffailed-callback - 
	
	
				Question send and receive trade offer
Dr. McKay replied to mnx_2016's topic in node-steam-tradeoffer-manager
Clearly the item ID doesn't exist in the inventory. - 
	
	
				Send offers problem: Error: Access Denied
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
Your account is most likely limited. You can't use this module with limited Steam accounts. - 
	I need to see your code.
 - 
	
	
				TypeError: Cannot read property 'appid' of undefined
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
https://steamerrors.com/15 - 
	
	
				TypeError: Cannot read property 'appid' of undefined
Dr. McKay replied to yoba's topic in node-steam-tradeoffer-manager
Looks like one of the items you're trying to add is undefined. Perhaps someone's inventory is empty? - 
	
	
				Question them.escrowDays does not work?
Dr. McKay replied to jafix's topic in node-steam-tradeoffer-manager
The first argument is me. - 
	I don't work for Valve.
 - 
	
	
				Question Question about the cookies
Dr. McKay replied to Mr Game and Watch's topic in node-steam-user
If you have the mobile authenticator enabled, then logging in from a new device won't ever result in a trade cooldown. Otherwise, it will, but only for that device, meaning you can test it safely without any risk. - 
	Same problem as https://dev.doctormckay.com/topic/882-themescrowdays-does-not-work/
 - 
	
	
				Question Question about the cookies
Dr. McKay replied to Mr Game and Watch's topic in node-steam-user
Yes, they will work in other browsers. They expire rather quickly though (and immediately if you lose connection), so you won't get much use out of them.