Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors during the login #156

Open
Euxiniar opened this issue Jul 21, 2018 · 1 comment
Open

Errors during the login #156

Euxiniar opened this issue Jul 21, 2018 · 1 comment

Comments

@Euxiniar
Copy link

Euxiniar commented Jul 21, 2018

Hey !
I tried a simple code :

Skype skype = new SkypeBuilder("****", "****").withAllResources().build();
    	skype.login();
    	skype.subscribe();
    	skype.setVisibility(Visibility.ONLINE);

But I have these errors:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
	at com.samczsun.skype4j.internal.client.FullClient.hash(FullClient.java:202)
	at com.samczsun.skype4j.internal.client.FullClient.login(FullClient.java:65)
	at fr.euxiniar.Skypebot.Skypebot.main(skype.login())
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
	... 3 more

Any idea?

@metasonic
Copy link

Ola, last time i checked skype.setVisibility(Visibility.ONLINE) was no longer working. Everything else works, but after some time messages no longer come in due to the issue i submitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants