Error Running /lp editor on 1.17.1
meowsome opened this issue ยท 1 comments
Description
When running /lp editor, I get the following error. After a few moments of seeing the error, it shows the link as normal. I go to the link, make changes, paste the new link back into console, and it works as expected. Any ideas for what I could be doing wrong?
> lp editor
[14:34:31 WARN]: [LuckPerms] Command execution [editor] has not completed. Trace:
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
[email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
[email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
[email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
me.lucko.luckperms.common.webeditor.WebEditorRequest.lambda$findMatchingOfflineUsers$9(WebEditorRequest.java:258)
me.lucko.luckperms.common.webeditor.WebEditorRequest$$Lambda$7720/0x000000080242d588.accept(Unknown Source)
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
[email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
[email protected]/java.util.stream.SliceOps$1$1.accept(SliceOps.java:199)
[email protected]/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:400)
[email protected]/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
[email protected]/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:503)
[email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
[email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
[email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
[email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
me.lucko.luckperms.common.webeditor.WebEditorRequest.findMatchingOfflineUsers(WebEditorRequest.java:257)
me.lucko.luckperms.common.webeditor.WebEditorRequest.includeMatchingUsers(WebEditorRequest.java:219)
me.lucko.luckperms.common.webeditor.WebEditorRequest.includeMatchingUsers(WebEditorRequest.java:200)
me.lucko.luckperms.common.commands.misc.EditorCommand.execute(EditorCommand.java:89)
me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:55)
me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:47)
me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:262)
me.lucko.luckperms.common.command.CommandManager.lambda$executeCommand$1(CommandManager.java:166)
me.lucko.luckperms.common.command.CommandManager$$Lambda$7710/0x00000008023e28c0.run(Unknown Source)
[email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[email protected]/java.lang.Thread.run(Thread.java:831)
[14:35:04 INFO]: [LP] Preparing a new editor session, please wait...
[14:35:05 INFO]: [LP] Click the link below to open the editor:
[14:35:05 INFO]: https://luckperms.net/editor/______________
Reproduction steps
- Run /lp editor
Expected behaviour
No warning or error messages
Environment details
- Server type/version: PaperMC 1.17.1 195
- LuckPerms version: LuckPerms-Bukkit-5.3.59
Any other relevant details
N/A