taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

Doesn't work when process is elevated #77

Closed TheRandomLabs closed 4 years ago

TheRandomLabs commented 8 years ago

I'm writing an application that may potentially need elevation, but I've discovered that Skype Java API throws a NotAttachedException when I try to add a ChatMessageListener, and I suspect any other listener.

Cuniq commented 8 years ago

@TheRandomLabs Are you sure that skype client is running? And if it does when you run your code you have to go at your skype client click accept at the notification which created at the top of the window.

If you like you can check also my bot. It may serve your needs

TheRandomLabs commented 8 years ago

Yes, the Skype client is running, and it works when the process is not elevated.