Jump to content
McKay Development

rwg

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    rwg got a reaction from zet in new_assetid from getExchangeDetails is undefined   
    Running node-steam-tradeoffer-manager. Trades are completing normally (state 3, items physically transfer between inventories), but new_assetid is missing from every endpoint I'd normally use to retrieve it:
    IEconService/GetTradeStatus — new_assetid field absent from response IEconService/GetTradeOffer — same IEconService/GetTradeHistory — same /trade/{tradeid}/receipt/ — HTML returns 200 with "1 new item acquired" text and the standard layout, but the var oItem; declaration is empty (no oItem = {...} block, no BuildHover('item0', ...) call) Tested on CS2 (appid 730). 
    Inventory endpoints (/inventory/{steamID}/730/2 and /inventory/{steamID}/730/16) are returning correctly — items are arriving in contextid 16 with valid assetids, just no way to map them back to the trade.
    Anyone else seeing this? Currently falling back to inventory diff (snapshot before/after accept and matching new assetids by classid+instanceid+pos).
  2. Like
    rwg reacted to G35 in new_assetid from getExchangeDetails is undefined   
    Hi, 
    I call getExchangeDetails immediatly after get event from receivedOfferChanged. This used to work fine, but today I started getting undefined new_assetid. Should I do something different to reliably get new_assetid? 
     
    Thanks.
  3. Like
    rwg reacted to G35 in new_assetid from getExchangeDetails is undefined   
    seems like steam changed something. tried adding delay before calling getExchangeDetails, but didn't change anything, still undefined
  4. Like
    rwg reacted to mxnster in new_assetid from getExchangeDetails is undefined   
    same, getExchangeDetails response just dont have new_assetid property since tonight
×
×
  • Create New...