Jump to content
McKay Development

aethez

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by aethez

  1. 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?

  2. Just now, Dr. McKay said:

    I'd recommend changing your Steam account password and API key. It sounds like it's possible that somebody else has access to your account.

    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.

  3. 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?

  4. 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:
    error.thumb.png.c28c61b03b658e503924efe3ca631ba2.png
     

×
×
  • Create New...