JavaSkype
JavaSkype copied to clipboard
A lightweight, comprehensive Java API for Skype using MSNP24
* **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...
[English] I can connect to skype with windows but with linux it stay at connecting. There is no error in the logs and this is what it's written on the...
Hi, Is the library working? I am not able to connect to skype. I get wrong credentials exception. However, the credentials are correct.
* **OS, Version, Architecture** *(e.g. Windows 8.1 x64)*: Linux mint 18.3 x64 / Ubuntu 16.04 x64 * **JRE Vendor, Version** *(e.g. Oracle JDK 8u151)*: openjdk 1.8.0_181 ### Expected behaviour Running...
### Expected behaviour After 10-15 user, group, or any call, separate call, the skype.connect should work. ### Actual behaviour After several calls the skype.connect method thows an exception javaskype.ParseException: Error...
### Expected behaviour There are several groups, but it always returns an empty list. ### Actual behaviour Groups should be returned ### Steps to reproduce the issue Call getGroups() method.
Skype skype = new Skype("oldSkype.login","pass"); skype.connect(); Every time after calling .connect() i have exeption: **Error thrown during connection. Check your credentials?** Also propblem with fr.delthas.skype.ParseException: org.json.JSONException: JSONObject["name"] not found.
Can not connect to skype by username & password. Skype skype = new Skype("live:atulsinfo", "password"); Please tell me the reason behind this. I have tried from different valid account. But...
Hi I have an issue with using JavaSkype. When I create new account Skypebot works good. But after one - two days I am unable to use skype.connect() method. The...