mouzes1 Posted July 1, 2016 Report Posted July 1, 2016 (edited) sentOfferChanged listener don't trigger on mobile confirmation state.Scenario: - Send trade offer from bot (offer is with status Active) - Log in to steam as User and Accept offer -> receive message "You have to confirm in mobile app" -> offer state should be OfferNeedMobileConfirmation but sentOfferChanged don't do anything.With receivedOfferChanged everything works just fine the problem is only with sentOfferChanged. Edited July 1, 2016 by mouzes1 Quote
cookie Posted July 1, 2016 Report Posted July 1, 2016 sentOfferChanged listener don't trigger on mobile confirmation state. Scenario: - Send trade offer from bot (offer is with status Active) - Log in to steam as User and Accept offer -> receive message "You have to confirm in mobile app" -> offer state should be OfferNeedMobileConfirmation but sentOfferChanged don't do anything. With receivedOfferChanged everything works just fine the problem is only with sentOfferChanged. When you create an offer and don't confirm it is not sent and the event is called sentOfferChanged. There's logic behind naming events and functions. Quote
Dr. McKay Posted July 1, 2016 Report Posted July 1, 2016 When you create an offer and don't confirm it is not sent and the event is called sentOfferChanged. There's logic behind naming events and functions. I believe that he's sending an offer from a bot and not getting sentOfferChanged when the recipient tries to accept it and needs to confirm on mobile. To answer your question mouzes1: the offer's state does not change when the recipient attempts to accept it and needs mobile confirmation. You can't see on the bot's end at all if the recipient has tried to accept it and is awaiting mobile confirmation. All you'll see is when the offer goes Accepted when they confirm it. 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.