You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the library worked well but for some time, but like from a month ago some people receive error "Remote server returned error (400): Bad request" when using the lib.
This is the code on program entry point which returns error try { LoginHandler lh = new LoginHandler(); this.session = lh.LoginFromCache(); } catch (Exception ex) { MessageBox.Show(ex.Message); }
maybe someone had simmilar issue or maybe fix is known by the library dev; I can specify more informations if needed
The text was updated successfully, but these errors were encountered:
Hello, the library worked well but for some time, but like from a month ago some people receive error "Remote server returned error (400): Bad request" when using the lib.
This is the code on program entry point which returns error
try { LoginHandler lh = new LoginHandler(); this.session = lh.LoginFromCache(); } catch (Exception ex) { MessageBox.Show(ex.Message); }
maybe someone had simmilar issue or maybe fix is known by the library dev; I can specify more informations if needed
The text was updated successfully, but these errors were encountered: