Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3408
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. What version of node are you running?
  2. It's not presently possible, but I can try to look into it soon.
  3. Because specifying a language makes the module fetch item descriptions, which involves extra requests.
  4. It's happening in getUserInventoryContents. That means that the Steam inventory servers are busy and you'll need to try again later.
  5. Yes, use the WebAPI: https://lab.xpaw.me/steam_api_documentation.html#ISteamUser_GetFriendList_v1
  6. node-steamcommunity's confirmation-related stuff.
  7. You really, really shouldn't be getting family shared games. I'll have to look into this when I get a chance.
  8. It works the same way as for trade confirmations.
  9. Did you copy the sentry file from your Steam installation to use with node-steam-user?
  10. addMyItems will only work with an array of multiple items (which is what inventory is). You need to use addMyItem to add a single item (e.g. a single element from inventory). The inventory[1] syntax retrieves element #1 from the inventory array (an array is essentially a list). Note that since numbering starts at 0, element #1 is the second ordinal element.
  11. That offset-retrieval code won't work. You need to wait for the callback before you try to do anything with that offset.
  12. Thanks. Looks like there's an expiry time in those packages which is being ignored. Let me take a look at the code.
  13. You probably never called setPersona on the node-steam-user to set it online.
  14. You can never accept an offer you create. Accepting is an action that can only be done by the trade recipient. If this happens when accepting incoming trades, that means they aren't active. They've already been accepted or declined or canceled.
  15. I'd avoid outright saying it. Just say that you have a lot of confirmations on your device for trades that no longer exist, and give that error message that you see in the title.
  16. Please dump your licenses property to JSON and either post it here or PM it to me.
  17. I honestly have no idea what you're asking. The statistics in Steam groups aren't always up-to-date or correct.
  18. I don't think family sharing applies since it's per-machine. Are you sure that they aren't just free apps?
×
×
  • Create New...