delthas / JavaSkype

A lightweight, comprehensive Java API for Skype using MSNP24
MIT License
72 stars 28 forks source link

Get self Avatar #29

Closed pauloo27 closed 7 years ago

pauloo27 commented 7 years ago

Code: User skypeUser = skype.getSelf(); String url = skypeUser.getAvatarUrl(); System.out.println("Url = " + url);

Out: Url = null

delthas commented 7 years ago

Hello! Sorry for the long wait. I think I have fixed the issue in the latest version, 1.0.20. Could you check and tell me if it works/reopen the issue if it doesn't @zSteve007 ?

Thanks.