Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3631
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. There's no such thing as an "ignored friend request". Once you ignore a friend request, the friend request is fully deleted from Steam. If you want a record of people who have added you that you've ignored, you'll need to keep it yourself. You could use nicknames for this perhaps (although I don't think nicknames are implemented in steam-user yet).
  2. When the callback to accept fires, all items have been exchanged.
  3. Check each SteamID in the myFriends property. If the value is EFriendRelationship.RequestRecipient, then they're a pending friend request.
  4. It is reconnecting. It just hasn't yet when you try to log onto the website, which doesn't work if it isn't connected.
  5. You aren't connected to Steam. Today is Tuesday. Steam goes down every Tuesday.
  6. This is the kind of thing you need to be posting in the GitHub issue tracker, but don't bother as I'm fixing this. I'll push out 3.19.10 shortly with a fix for this.
  7. DuplicateRequest You can't enable 2FA if you already have 2FA enabled.
  8. You can't use this module with a limited account.
  9. As much time as it takes. Could take 10 minutes or more, could take less.
  10. Steam has issues like this not infrequently. You'll just need to try again later.
  11. It modified my post. Wrap your code in [ code ] and [ /code ] (without spaces in the brackets).
  12. As I said previously, GetPlayerItems comes directly from the item server and bypasses the econ server, so it has no concept of classids. You need to use the appropriate GetSchema call to get display information.
  13. Use [ code ] tags (without spaces) please. Why are you using steam with steam-user, and steam-tradeoffers with steam-tradeoffer-manager?
  14. There is an example on the node.js doc page. It has to be the same function, not a copy of the function.
  15. I mean, it's still appdirectory's fault. I was just able to work around it.
  16. What was confusing in the documentation? It would be massively helpful if you fixed whatever documentation confused you, after you figured it out, then sent a pull request. And I do accept donations, info is available at https://www.doctormckay.com/donate.php
  17. Okay, I see where the real problem is now. Try 3.7.3.
  18. As per the documentation, you need to pass the actual function that you want to remove as a listener to removeListener.
  19. https://nodejs.org/api/events.html#events_emitter_removelistener_eventname_listener
  20. ^ You need to either use node-steam-user or call the GetFriendList WebAPI method.
  21. https://nodejs.org/api/events.html
×
×
  • Create New...