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

Reload command not working for noproxy's velocity impl #1

Open
dasavick opened this issue Oct 10, 2024 · 0 comments
Open

Reload command not working for noproxy's velocity impl #1

dasavick opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dasavick
Copy link
Member

[14:02:05] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: An error occurred while running this command.
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: eu.okaeri.minecraft.noproxy.lib.commands.velocity.CommandsVelocity does not have a container.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1159) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1147) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179) ~[?:?]
	at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:548) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:516) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
	at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.IllegalArgumentException: eu.okaeri.minecraft.noproxy.lib.commands.velocity.CommandsVelocity does not have a container.
	at com.velocitypowered.api.plugin.PluginManager.lambda$ensurePluginContainer$0(PluginManager.java:69) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at java.base/java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
	at com.velocitypowered.api.plugin.PluginManager.ensurePluginContainer(PluginManager.java:69) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at com.velocitypowered.proxy.command.VelocityCommandManager.getAsyncExecutor(VelocityCommandManager.java:397) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at com.velocitypowered.proxy.command.VelocityCommandManager.lambda$executeAsync$1(VelocityCommandManager.java:277) ~[Proxy.jar:3.4.0-SNAPSHOT (git-3fe97fc5)]
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?]
	... 11 more
@dasavick dasavick added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant