Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3629
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Check each SteamID in the myFriends property. If the value is EFriendRelationship.RequestRecipient, then they're a pending friend request.
  2. 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.
  3. You aren't connected to Steam. Today is Tuesday. Steam goes down every Tuesday.
  4. 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.
  5. DuplicateRequest You can't enable 2FA if you already have 2FA enabled.
  6. You can't use this module with a limited account.
  7. As much time as it takes. Could take 10 minutes or more, could take less.
  8. Steam has issues like this not infrequently. You'll just need to try again later.
  9. It modified my post. Wrap your code in [ code ] and [ /code ] (without spaces in the brackets).
  10. 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.
  11. Use [ code ] tags (without spaces) please. Why are you using steam with steam-user, and steam-tradeoffers with steam-tradeoffer-manager?
  12. There is an example on the node.js doc page. It has to be the same function, not a copy of the function.
  13. I mean, it's still appdirectory's fault. I was just able to work around it.
  14. 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
  15. Okay, I see where the real problem is now. Try 3.7.3.
  16. As per the documentation, you need to pass the actual function that you want to remove as a listener to removeListener.
  17. https://nodejs.org/api/events.html#events_emitter_removelistener_eventname_listener
  18. ^ You need to either use node-steam-user or call the GetFriendList WebAPI method.
  19. https://nodejs.org/api/events.html
  20. user.logOn, not client.logOn
  21. var CMClient = require('steam-client').CMClient; var SteamUser = require('steam-user'); var client = new CMClient(); client.bind('192.168.0.2'); var user = new SteamUser(client);
×
×
  • Create New...