Closed angelosk closed 7 years ago
plugin.py, line 314 should be:
except Exception as err:
That's causing the exception error, but the login failure is a protocol issue.
plugin.py, line 314 should be:
except Exception as err: