Just Posted September 11, 2016 Report Posted September 11, 2016 Hey.. If I try to send a offer to someone (with his steamid + token) I'm getting the error: Error: There was an error sending your trade offer. Please try again later. (15).If I add him as friend, all is working fine. Trade with the browser or the steam client is working fine without having him as friend.The token is correct:example from the wiki: var offer = manager.createOffer("https://steamcommunity.com/tradeoffer/new/?partner=46143802&token=KYworVTM");// SteamID and trade token both provided Error if I using this: throw new Error("Unknown SteamID input format \"" + input + "\"");If I use this: var offer = manager.createOffer(new TradeOfferManager.SteamID("76561198006409530"), "KYworVTM"); // trade token provided I get the problem with sending the trade offer. I tryed this with different tradeoffer-links and it's not working. Token is 100% correct. Quote
Just Posted September 12, 2016 Author Report Posted September 12, 2016 You aren't up to date.Uh.. thank you very much. I'm sorry! 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.