Jump to content
McKay Development

aethez

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by aethez

  1. The trades go from sent to canceled but the weird part is that I am able to send the offers and they are sent for 30-40 seconds and then they get canceled. EDIT: I am using SteamCommunity.acceptConfirmationForObject
  2. After looking into this more I am beginning to believe that we actually are not getting hijacked, if that was the case then all of the sent offers would have gotten canceled? I am currently getting around 4-7 canceled offers every 30-50 trades. I also checked logs and neither am I or the module (sentOfferCanceled) canceling the offers. Could this be an issue with Steam or me using the module improperly or missing something?
  3. The accounts have never been used to sign into a website before (except backpack.tf) and we know what we are doing, doubt that this is the case but I will still try.
  4. After further investigation it seems like the offers just get canceled, I don't cancel them my self and neither does the module. I don't have a single clue on what is happening.
  5. 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?
  6. As far as I know offer.data() only allows you to store data. So like apibot said you would need to use the property cancelTime in the constructor. More info: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#canceltime
  7. I am currently using v.12.16.3 I already got the issue fixed though, like you said it was an issue with me Importing TradeOffer. I removed all my code with that import and it started working again. Thanks alot!
  8. Hello, I have recently stumbled upon a weird error. I have never seen this error before all I know that it happens when I set my cookies (presumably when pulling offers). I am pretty sure that it's my code being bad but I have recently started using Typescript so I don't know if that can affect it. I have used this module before without any problems at all. Anyway here is the error:
×
×
  • Create New...