geel9 / SteamAuth

A C# library that provides vital Steam Mobile Authenticator functionality
MIT License
278 stars 105 forks source link

Bot does not see trades #69

Open NikitaNikita1 opened 7 years ago

NikitaNikita1 commented 7 years ago

image

String 730 (MainForm): MessageBox.Show(currentAccount.FetchConfirmations().Length.ToString());

Code version - SDA (last) I tried to restart and logout->login. What could be the problem?

Rarely when you click on the button there is an error `** Text ** SteamAuth.SteamGuardAccount+WGTokenInvalidException: Выдано исключение типа "SteamAuth.SteamGuardAccount+WGTokenInvalidException". в SteamAuth.SteamGuardAccount.FetchConfirmations() в D:\Users\Pk\Documents\GH2\SteamDesktopAuthenticator\lib\SteamAuth\SteamAuth\SteamGuardAccount.cs:строка 148 в Steam_Desktop_Authenticator.MainForm.button1_Click(Object sender, EventArgs e) в D:\Users\Pk\Documents\GH2\SteamDesktopAuthenticator\Steam Desktop Authenticator\MainForm.cs:строка 730 в System.Windows.Forms.Control.OnClick(EventArgs e) в System.Windows.Forms.Button.OnClick(EventArgs e) в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) в System.Windows.Forms.Control.WndProc(Message& m) в System.Windows.Forms.ButtonBase.WndProc(Message& m) в System.Windows.Forms.Button.WndProc(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

` image