bulgakovk / steamBot

A simple example of bot which can parse items from incoming offers and send outgoing offer trades confirming it by 2FA code.
14 stars 5 forks source link

2FA.js Error: SteamGuardMobile #10

Open popularitate opened 8 years ago

popularitate commented 8 years ago

After start the 2FA.js i get this:

root@:/var/steamBot-master# node 2FA.js Username: Username Password: UserNamePassword [Error: SteamGuardMobile] SteamGuard code: CFDR5 Err after community login: Error: SteamGuardMobile root@:/var/steamBot-master#

bulgakovk commented 8 years ago

2FA is script which provides you to enable mobile authenticator and get shared/identity secret keys. You already have mobile auth.

popularitate commented 8 years ago

Wow, thanks alot for your help. I have another question if you are kind:

How do i find this: identity_secret: "YOUR_IDENTITY_SECRET",

From where can i get the YOUR_IDENTITY_SECRET !?

Thanks

bulgakovk commented 8 years ago

You should to enable 2FA using 2FA.js. It'll create text file with your secrets.

popularitate commented 8 years ago

But i have the Steam Guard on my account! How can i do that ? Can you tell me the steps ?

Thanks.

bulgakovk commented 8 years ago

Remove and enable again.

popularitate commented 8 years ago

Trying to run 2FA.js with a account that does not have the Steam Mobile Guard and i get this error:

Username: username Password: password { [Error: SteamGuard] emaildomain: 'gmail.com' } SteamGuard code: V9NBH Error 2

bulgakovk commented 8 years ago

Check your e-mail and put valid code.

ghost commented 8 years ago

Hey, youre using linux? Could you help me with the installation? :)

ciwox commented 8 years ago

Got same problem here. Entering correct credentials. Getting Error2

bulgakovk commented 8 years ago

It's weird, I didn't get this error. I think the best way to solve the problem is to write an issue here because 2FA.js use two methods from this library (enableTwoFactor and finalizeTwoFactor).