Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.34k stars 910 forks source link

Login error #859

Closed dev-syco closed 8 years ago

dev-syco commented 8 years ago

After configuring bot, getting error [Bot #1 2015-12-04 23:59:24] ERROR: Login Error: AccountLogonDeniedNeedTwoFactorCode auth 0-code not helps. Whats the problem?

Jessecar96 commented 8 years ago

Pull request #855 fixes this.

dev-syco commented 8 years ago

Updated sources. Another one error [Bot #1 2015-12-05 00:59:32] ERROR: Login Error: AccountLogonDeniedNeedTwoFactorCode [Bot #1 2015-12-05 00:59:32] ERROR: Failed to generate 2FA code. Make sure you have linked the authenticator via SteamBot.

waylaidwanderer commented 8 years ago

You need to link the authenticator using SteamBot. Make sure you don't already have a mobile authenticator added.

speed-str commented 8 years ago

@waylaidwanderer How can i do that ? i've tried multiple times in the console still no luck. or do i have to edit the handler ?

waylaidwanderer commented 8 years ago

exec [bot index] linkauth

speed-str commented 8 years ago

@waylaidwanderer i've tried that but having issues. Attached my screenshot. Plus i may want to tell you that i am running the application inside a virtual machine because i cannot run it on my host windows, it just doesn't start i can see process via task manager but no console or anything. without the 2FA, the bot on virtual machine is working just fine.

P.S it seems that the bot is trying to access a path that is on my host windows because i've compiled the steambot on my host windows and the bot is trying to read bot.cs which is on the host windows. git

scholtzm commented 8 years ago

The exe file alone is not going to work. You need all the dlls too.

speed-str commented 8 years ago

@scholtzm Got it working ! thanks. just needed to copy the dll's thats all

SnaBe commented 8 years ago

I get this error when i start up the bot. Where exactly do I find this file, and how do I link it? The account the bot is signed to, has had the mobile auth enabled for 5 days. bot error

speed-str commented 8 years ago

@SnaBe it seems you've already added a mobile authenticator on that account. Remove that first and then execute this command after starting your bot "exec [index] linkauth" where index is the index of your bot usually 0 if you have only 1 bot

VVILD commented 8 years ago

@speed-str

i get this error after disabling my previous mobile authenticator and writing exec 0 linkauth

ERROR: Error performing mobile login: GeneralFailure

hscanlan commented 8 years ago

@waylaidwanderer I have the same error as above ..

I added a phone number to my account via steam - but haven't added a mobile authenticator ( the bot itself ). Used

exec 0 linkauth

EDIT: I reran the bot and it seems to work fine now. Not sure if I just had to run the command twice or what.

I'm receiving the "Bad SMS" code now ..

Nickthegoatboy commented 7 years ago

@hscanlan Having similar problem to your new one. Have you found a solution?

hscanlan commented 7 years ago

Hey @Nickthegoatboy .. I honestly did find a solution - but I don't remember what it was off the top of my head. The project is now over on my end, so I can't be much of a help to you since I don't have the project open :( I think mine was just a glitch and rerunning the bot fixed it.

Sorry!

Nickthegoatboy commented 7 years ago

@hscanlan No worries and thanks for the quick response! I ended up figuring it out - I unlinked the phone number that I had manually linked and ran linkauth and it worked. Thanks for the quick response and sorry about the date, when I first glanced at it I thought it said February 2017 not 2016.