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
the issue is when i try to login with wrong password, the connection fails and i get the login error which is expected.
After this, even if i enter the correct password, the login fails and i get the following error
Error in the debug window in second case(Bad username/password) socket: invalid state: 3 (should be: 2)
After i restart the pidgin everything works fine.
The text was updated successfully, but these errors were encountered:
No
Tested with a https server, works fine. the issue is only with http server.
i looked into the code. In second case(Bad Username/password error), the file descriptor(fd) value here is 0.
the issue is when i try to login with wrong password, the connection fails and i get the login error which is expected.
After this, even if i enter the correct password, the login fails and i get the following error
Error in the debug window in second case(Bad username/password)
socket: invalid state: 3 (should be: 2)
After i restart the pidgin everything works fine.
The text was updated successfully, but these errors were encountered: