DoctorMcKay/node-steam-tradeoffer-manager

Events not firing

metzz1 opened this issue · 6 comments

Hello guys,

Due to Steam last update, it seems like some functionalities in CS2 are not working properly such as:

  • cancelTime
  • pendingCancelTime

The trade offers are not being canceled automatically like it used to (following parameters above).

Event sentOfferChanged is not getting fired at all.

Does anybody know what exactly changed due to this new update, and what would be needed to fix?

Best regards,

It only affects cs2 base on my test.

  • 1 same problem with cs2, any new endpoints to help this situation ?

I suggest you contact Valve about their public APIs not returning data they're expected to return.

I suggest you contact Valve about their public APIs not returning data they're expected to return.

Just checked source code and it seems like this endpoint: https://api.steampowered.com/IEconService/GetTradeOffers/v1 is not returning any data at all.

you may try to use the latest version lib with accessToken mode,
by pass the 'useAccessToken' option to the constructor.

you may try to use the latest version lib with accessToken mode, by pass the 'useAccessToken' option to the constructor.

That works, thanks for the insight.