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 was archived by the owner on Apr 9, 2019. It is now read-only.
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 code is stuck on this method and the only way to avoid it is to create a new account and use connect for a new account. I only used connect method and I didn't use disconnect method. It is possible if I will not use disconnect method my bot account will be blocked?
Regards,
Wojciech
The text was updated successfully, but these errors were encountered:
@rissekwow @ChmilevFA I don't know if it's the same problem, but you mentioned the code is stuck on connect(), and we also experienced this.
Could you please test again with the changes on #46 and see if it helps? We've been succesfully (until now) using it with our accounts. This change to NotifConnector in particular should solve the infinite loop: bd951a1#diff-648855617f289116bbea49858961ee7fR703 authenticated = false;
The debug logs could be helpful as well, if you could post them here.
Hi all, Same issue here. Yesterday I used JavaSkype for this first time. I created a new Microsoft/Skype account and the skype.connect() method connected to my new account (in approx 5 seconds) and retrieved my 2 contacts. Worked perfectly.
Fast forward one day and now as previously reported it just hangs on the connect() method.
I have enabled debugging and attached my log file. (My username has been replaced by xxxxxxx and my contact names changed, otherwise it is as is). ps. Is my decrypted password here? (In which case I should change it).
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 code is stuck on this method and the only way to avoid it is to create a new account and use connect for a new account. I only used connect method and I didn't use disconnect method. It is possible if I will not use disconnect method my bot account will be blocked?
Regards,
Wojciech
The text was updated successfully, but these errors were encountered: