Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3408
  • Joined

  • Last visited

Posts posted by Dr. McKay

  1. I don't know what to tell you. Maybe you weren't pasting your password correctly. It works fine for me as-is.

    image.png

     

    Passing a steamGuardCode to startWithCredentials wouldn't change anything with respect to that InvalidParam error. It's raised before the code is sent to Steam.

    Looking back at your post, in the second code block you're passing accountName: username, which would be correct if your account name is stored in a "username" variable. In the first block, copied from the example script, you're passing it as accountName. If that variable was empty, that would explain your InvalidParam issue.

  2. There isn't, unfortunately. Steam changed the way things work, and the only way to get an access token that can be used for enabling 2FA is by logging in with steam-session using EAuthTokenPlatformType.MobileApp. steam-user uses EAuthTokenPlatformType.SteamClient.

    It's worth mentioning that steam-user does have the ability to enable 2FA on its own, although I haven't tested this in a long while and there's a chance it doesn't work anymore.

  3. 9 hours ago, hkp said:

    I have an issue with trades being sent but not confirming.

    I'm currently running the latest steamcommunity (3.45.3) and still my trades are not confirming.

    Exactly what is happening?

    9 hours ago, hkp said:

    I've tried using the acceptConfirmationForObject method too but with no results too. The community object on the tradeoffermanager instance is undefined.

    tradeBot.manager.community.acceptConfirmationForObject(identitySecret, offerId)

     

    This is expected behavior. You aren't intended to access the internal steamcommunity instance. If you need one, create one yourself.

    9 hours ago, hkp said:

    I've also tried logging in with a new community instance separate from the one that should be autogenerated by the trade offer manager which works fine but I'd rather have the original method of autoconfirmations when using the send method in steam-tradeoffer-manager

    Auto confirmations has never been a feature, unless you're talking about the automatic confirmation checker, which has been deprecated and unsupported for something like 5 years.

×
×
  • Create New...