JavaSkype icon indicating copy to clipboard operation
JavaSkype copied to clipboard

Error message received: 911 2 CON 23 (#3)

Open S1moB opened this issue 6 years ago • 1 comments

  • OS, Version, Architecture (e.g. Windows 8.1 x64):
  • JRE Vendor, Version (e.g. Oracle JDK 8u151):

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 calling skype.connect().

https://gist.github.com/S1moB/5e0141f57ccad9665d86a5eb20ffbc3b

S1moB avatar Apr 04 '19 08:04 S1moB

https://wink.messengergeek.com/t/microsoft-ending-support-for-classic-skype-version-7-n-o-v-e-m-b-e-r-1-january-8/6131

leecher1337 avatar Apr 09 '19 12:04 leecher1337