Jump to content
McKay Development

sentOfferChanged not working


Recommended Posts

1 hour ago, vinilllll said:

For me isn't working, did you made something to get to work again?

You need to update package to latest version and add useAccessToken: true to your constructor :)

Like this 

 

this.steamTradeofferManager = new steamTradeofferManager({
        domain: "localhost",
        language: "en",
        community: this.steamcommunity,
        pollInterval: steamTradeofferManagerPollInterval,
        useAccessToken: true
    });
Link to comment
Share on other sites

17 hours ago, loganWP said:

You need to update package to latest version and add useAccessToken: true to your constructor :)

Like this 

 

this.steamTradeofferManager = new steamTradeofferManager({
        domain: "localhost",
        language: "en",
        community: this.steamcommunity,
        pollInterval: steamTradeofferManagerPollInterval,
        useAccessToken: true
    });

nice helping people out 

Link to comment
Share on other sites

  • 1 month later...

I've upgraded to the latest package and my types say that the steamTradeOfferManagerr does not have the `useAccessToken` property. Any ideas? The event listener just literally doesn't listen for new trades all of a sudden lmfao

On 4/4/2024 at 1:14 PM, loganWP said:

You need to update package to latest version and add useAccessToken: true to your constructor :)

Like this 

 

this.steamTradeofferManager = new steamTradeofferManager({
        domain: "localhost",
        language: "en",
        community: this.steamcommunity,
        pollInterval: steamTradeofferManagerPollInterval,
        useAccessToken: true
    });

 

Link to comment
Share on other sites

16 hours ago, nickmura aka bobby said:

I've upgraded to the latest package and my types say that the steamTradeOfferManagerr does not have the `useAccessToken` property. Any ideas? The event listener just literally doesn't listen for new trades all of a sudden lmfao

 

mind sharing the code

ur statement is too vague

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...