Jump to content
McKay Development

Incomplete receipt items


Recommended Posts

Got this little gem today from TradeOffer#getReceivedItems

    {
      "id": "5688498100",
      "owner": "...",
      "classid": "1618444825",
      "instanceid": "188530170",
      "name": "",
      "pos": 1,
      "appid": 730,
      "contextid": "2",
      "amount": 1,
      "is_stackable": false,
      "assetid": "5688498100",
      "fraudwarnings": [
        
      ],
      "descriptions": [
        
      ],
      "owner_descriptions": [
        
      ],
      "actions": [
        
      ],
      "owner_actions": [
        
      ],
      "tags": [
        
      ],
      "tradable": false,
      "marketable": false,
      "commodity": false,
      "market_tradable_restriction": 0,
      "market_marketable_restriction": 0
    }

Has anyone seen this before? How can we identify that the item is malformed?

I'm just going to check for a missing market_hash_name since that's all I need, hopefully there is a way to know for sure.

Edited by kryo
Link to comment
Share on other sites

This was a CS:GO item. I just had to re-check the receipt at a later date to get the full item.

 

If it's as simple as checking the item name then this is something we could identify in getReceivedItems, right?

Edited by kryo
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...