kryo Posted March 15, 2016 Report Posted March 15, 2016 I've noticed that on occasion (happens every 30 or so offers) I don't receive a newOffer event, the offer is simply forgotten about and eventually canceled automatically. Interestingly, if I send another offer right away (before the first one is canceled) I get a newOffer event for both of them.I've only just started noticing this bug, using version 1.19.0: https://github.com/kryogenic/node-steam-tradeoffer-manager/tree/v1.19 Quote
Dr. McKay Posted March 15, 2016 Report Posted March 15, 2016 newOffer isn't emitted for sent offers. Also, please update to the latest version. Quote
kryo Posted March 16, 2016 Author Report Posted March 16, 2016 Ok I did a rm -rf node_modules/ and updated my package.json dependencies as follows: "steam-tradeoffer-manager": "github:DoctorMcKay/node-steam-tradeoffer-manager", "steam-user": "github:kryogenic/node-steam-user", "steamcommunity": "^3.19.1",Seems to have solved the issue. Thanks. While testing this issue I found that if you send an offer too quickly after initializing the manager it will show up as unknownOfferSent instead of the expected sentOfferChanged. On further inspection the offer id in the poll data seems to have increased by about 50. Quote
Dr. McKay Posted March 16, 2016 Report Posted March 16, 2016 Deploying from GitHub is a bad idea; use npm instead. 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.