Проблема с авторизацией бота #3186
Unanswered
twee11
asked this question in
Support (Оther languages)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Один из моих ботов добавлен без 2fa. Раньше, когда ASF просил авторизацию, я заходил в консоль, видел сообщение:
"Please check your Steam mobile app, you should have received a login approval notification. Type Y if you received and approved the notification, N if you want to provide code instead", выбирал ввести код, вводил код и успешно авторизовывался.
В данный момент получается так, что после того как ASF просит выбрать способ, код либо на телефоне, сразу появляется ошибка:
Please check your Steam mobile app, you should have received a login approval notification. Type Y if you received and approved the notification, N if you want to provide code instead: 2024-04-12 18:00:00|ArchiSteamFarm-9999|ERROR|ASF|GetUserInput() System.IO.IOException: Input/output error
at Interop.ThrowExceptionForIoErrno(ErrorInfo, String, Boolean)
at Interop.CheckIo(Int64, String , Boolean )
at Interop.CheckIo(Int32, String , Boolean )
at System.IO.StdInReader.ReadStdin(Byte, Int32)
at System.IO.StdInReader.ReadKey()
at System.IO.StdInReader.ReadLineCore(Boolean)
at System.IO.StdInReader.ReadLine()
at System.IO.SyncTextReader.ReadLine()
at System.Console.ReadLine()
at ArchiSteamFarm.NLog.Logging.ConsoleReadLine()
at ArchiSteamFarm.NLog.Logging.GetUserInput(EUserInputType userInputType, String botName)
2024-04-12 18:00:00|ArchiSteamFarm-2805366|ERROR|main|RequestInput() input is invalid!
2024-04-12 18:00:00|ArchiSteamFarm-2805366|INFO|main|Stop() Stopping...*
В чем может быть проблема?
p.s. - как сделать консоль на русском?
Beta Was this translation helpful? Give feedback.
All reactions