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

Litebans Error #8

Open
NovaPixell opened this issue Mar 29, 2021 · 2 comments
Open

Litebans Error #8

NovaPixell opened this issue Mar 29, 2021 · 2 comments
Labels
plugin compatibility Issues when running certain plugins on Snap unsupported feature A plugin tried to use an unsupported feature

Comments

@NovaPixell
Copy link

NovaPixell commented Mar 29, 2021

When joining the server, in console there is this error:

[14:29:05 ERROR]: Exception in thread "LiteBans Dedicated Pool Thread #0" java.lang.UnsupportedOperationException: Not implemented (yet)!
[14:29:05 ERROR]: at de.themoep.snap.Snap.unsupported(Snap.java:123)
[14:29:05 ERROR]: at de.themoep.snap.forwarding.SnapProxyServer.getReconnectHandler(SnapProxyServer.java:233)
[14:29:05 ERROR]: at litebans.aa.a(aa.java:57)
[14:29:05 ERROR]: at litebans.c9.a(c9.java:37)
[14:29:05 ERROR]: at litebans.c9.a(c9.java:3)
[14:29:05 ERROR]: at litebans.ad.a(ad.java:567)
[14:29:05 ERROR]: at litebans.hK.a(hK.java:7)
[14:29:05 ERROR]: at litebans.hK.a(hK.java:31)
[14:29:05 ERROR]: at litebans.gJ.run(gJ.java:5)
[14:29:05 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[14:29:05 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[14:29:05 ERROR]: at java.base/java.lang.Thread.run(Thread.java:834)
@Phoenix616
Copy link
Owner

This is to be expected, Velocity doesn't have a concept of a reconnect handler. If you want it to not throw the error then adjust the Snap config.

@Phoenix616 Phoenix616 added the plugin compatibility Issues when running certain plugins on Snap label Apr 12, 2021
@kubo6472
Copy link

kubo6472 commented Jul 7, 2021

@NovaPixell

# Whether to throw exceptions when accessing methods that aren't supported
# Setting this to false makes them return sensible values but they might not be correct
throw-unsupported-exception = false

@Phoenix616 Phoenix616 added the unsupported feature A plugin tried to use an unsupported feature label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin compatibility Issues when running certain plugins on Snap unsupported feature A plugin tried to use an unsupported feature
Projects
None yet
Development

No branches or pull requests

3 participants