JVz Posted April 13, 2019 Report Posted April 13, 2019 Sometimes on sending tradeoffer bot will receive error from steam: "There was an error sending your trade offer. Please try again later. (16)" but in 5-60 seconds unknownOfferSent event fires 1-3 times with this exact trade (I triple checked that I create offer only once, with logs too), one of these offers will behave as usual and all others (if there are others) will have status InvalidItems. Usually it happens when steam lagsIs it even possible? Or should I look for errors in my code? Quote
Dr. McKay Posted April 13, 2019 Report Posted April 13, 2019 Yes, error 16 is a well-known cause for headache. JVz 1 Quote
JVz Posted April 13, 2019 Author Report Posted April 13, 2019 So I gues there is no workaround atm. If so few more question:1. These offers from "unknownOfferSent" still should always fire event "sentOfferChanged" if they will be accepted/canceled/etc?2. Seems like these offers ignore "cancelTime" "pendingCancelTime" options of tradeoffer manager because they are not considered as offers created by manager. Is there better way than using setTimeout to implement same behavior as that options? Quote
Dr. McKay Posted April 15, 2019 Report Posted April 15, 2019 That's correct. That's incorrect. They will still be auto-canceled per your options. JVz 1 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.