loganWP Posted April 3, 2024 Report Posted April 3, 2024 this.steamTradeofferManager.on("sentOfferChanged", (offer, oldState) => {} return nothing for now. Any ideas? Quote
vinilllll Posted April 4, 2024 Report Posted April 4, 2024 For me isn't working, did you made something to get to work again? Quote
loganWP Posted April 4, 2024 Author Report Posted April 4, 2024 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 }); Quote
TheMaster Posted April 5, 2024 Report Posted April 5, 2024 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 Quote
nickmura aka bobby Posted May 7, 2024 Report Posted May 7, 2024 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 }); Quote
TheMaster Posted May 8, 2024 Report Posted May 8, 2024 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 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.