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
{{ message }}
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.
it connect to skype and retrieve contacts, but it throw exception
if (this.exceptionDuringConnection != null) {
throw new IOException("Error thrown during connection. Check your credentials?", this.exceptionDuringConnection);
} else {
this.refreshThread.start();
}
Steps to reproduce the issue
skype.connect();
Logs
Add debug logs (or link to them) if reporting a bug. For that call Skype.setDebug(path) at any time before calling skype.connect().
Expected behaviour
Connecting to skype
Actual behaviour
it connect to skype and retrieve contacts, but it throw exception
if (this.exceptionDuringConnection != null) {
throw new IOException("Error thrown during connection. Check your credentials?", this.exceptionDuringConnection);
} else {
this.refreshThread.start();
}
Steps to reproduce the issue
skype.connect();
Logs
Add debug logs (or link to them) if reporting a bug. For that call
Skype.setDebug(path)
at any time before callingskype.connect()
.https://gist.github.com/S1moB/5e0141f57ccad9665d86a5eb20ffbc3b
The text was updated successfully, but these errors were encountered: