-
Posts
3545 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Error getting value of daysTheirEscrow?
Dr. McKay replied to DannyX's topic in node-steam-tradeoffer-manager
Please show the code you're using. -
https://github.com/DoctorMcKay/node-steam-user#myfriends and https://github.com/DoctorMcKay/node-steam-user#getpersonassteamids-callback
-
That is not what's crashing your application.
-
Yes.
-
https://github.com/DoctorMcKay/node-steam-user/releases/tag/v2.15.0
-
The first argument should be the group's SteamID.
-
What is the stack trace when it crashes?
-
That's probably a good way to do it, yeah. But for the record, I really think that it's useless to do this. I've never had a problem be solved with a complete reconnect.
-
No. friendsList is emitted after logon. Once that's fired, you can access myFriends to see who invited you (value would be RequestRecipient).
-
Detect a group invite using: https://github.com/DoctorMcKay/node-steam-user#grouprelationship Respond to an invite using: https://github.com/DoctorMcKay/node-steam-user#respondtogroupinvitegroupsteamid-accept
-
Why do you want to reconnect? I don't see any reason you'd want to do this. If you need to renew your web session, just use webLogOn. That said, you can reconnect. To do that, you need to wait for the disconnected event to fire before you try to log on again.
-
Nicknames are not currently available. If this would be helpful to you, I can try to get around to it tonight.
-
Wait longer.
-
On your local PC it should be your private IP, but not 127.0.0.1.
-
Are you actually trying to use 127.0.0.1 as your local address, or is that just a placeholder for this post?
-
All of your everything is super outdated. Update. Specifically to node.js 4.0.0 or newer, and as new of npm as you can get. You can install the latest stable 64-bit version for Linux using: wget -qO- https://www.doctormckay.com/installnode.sh | /bin/bash Make sure you execute that somewhere writable as root as it needs to download a file to disk.
-
What link is used to get mobile confirmations?
Dr. McKay replied to timgfxxx's topic in node-steamcommunity
https://steamcommunity.com/mobileconf/conf?p=deviceid&a=steamid&k=requestkey&t=timestamp&m=android&tag=conf -
Steam Community Not logged in Error
Dr. McKay replied to spock's topic in node-steam-tradeoffer-manager
https://httpstatuses.com/429 -
What is link for confir market listings in mobile app?
Dr. McKay replied to Rocket Scientist's topic in General
Same thing. -
Question Steambot Identify items by a unique number
Dr. McKay replied to Cracker's topic in node-steam-tradeoffer-manager
They can change, e.g. StatTrak/Strange items that reset their counters on trade. There are also some other instances where they can change unexpectedly. -
Save price of the item from market
Dr. McKay replied to yashko's topic in node-steam-tradeoffer-manager
That could be added, yeah. It'd be a new method if I do add it though, for compatibility. Not sure when I'd have the time to work on adding it. -
Neither. Just wrap rec[0].id in brackets.