I am currently using steam-tradeoffer-manager and I am running into some issues with trades getting cancelled. I don't use / have set any property, my constructor looks like this:
new TradeOfferManager({
steam: this.client, // steam-user client.
community: this.community, // steamcommunity
language: 'en',
pollInterval: 15 * 1000, // 15 seconds poll interval
});
Even though I havent set any property that should (according to the source code) cancel any trades, some are cancelled. Trades get sent and within (usually 20-60 seconds) the trades are cancelled the code I am using never cancels a trade offer itself so I am guessing that it's the module or me incorrectly using the module.
Any help is appreciated, the person who helps me solve this will receive 4 TF2 Keys as compensation for helping me.
EDIT: I am running 2 bots on one IP, could this cause some issue?