Jump to content
McKay Development

Trade Offer Manager is incorrectly retrieving data about some items after Steam market changes.


Recommended Posts

Hello,
I have noticed that when I get items from: getExchangeDetails() as ReceivedItems, when I iterate them and simply console.log them, I see this:
image.thumb.png.e1acf62771abcc2e4f83740413ad2702.png
It says "Tradable: false", but I just traded it and can trade it again.
It says "Marketable: false", but I can sell it on SCM.
This was not happening in the past.
SCM link for the item: https://steamcommunity.com/market/listings/440/Unusual Taunt%3A Mourning Mercs Unusualifier

Link to comment
Share on other sites

9 hours ago, Dr. McKay said:

What's there is what Steam reports. I can't help you if the backend is returning bad data.

I see, is it safe to assume that the item is marketable if "market_tradable_restriction" is above 0?

Link to comment
Share on other sites

I had to deal with a similar situation, and I think it might be a bit more complicated.

Earlier today we had a problem where the majority of tf2 currency items suddenly registered as non-tradable in trade offers.
After some time troubleshooting I narrowed the problem down to the _assetCache, for whatever reason the tradable property was set as a boolean true rather than a string "1". And since EconItem converts it to boolean with parseInt, it obviously registered as false when an EconItem was constructed out of it.

For reference i attached the cached description file in question. We are running 2.11.3.

asset_440_2674_11040547.txt

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