Mpm
Пользователь
Иногда в консоли появляется такая ошибка:
Код:
08:40:46 [SEVERE] Task BungeeTask(sched=net.md_5.bungee.scheduler.BungeeScheduler@1d269ed7, id=882, owner=me.mastercapexd.auth.bungee.AuthPlugin@2299d903, task=me.mastercapexd.auth.bungee.listeners.EventListener$$Lambda$1193/0x00000008013188a0@4e82f205, delay=1000, period=0, running=true) encountered an exception
java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.get(Optional.java:143)
at me.mastercapexd.auth.authentication.step.steps.EnterServerAuthenticationStep.enterServer(EnterServerAuthenticationStep.java:34)
at me.mastercapexd.auth.authentication.step.steps.EnterServerAuthenticationStep.shouldSkip(EnterServerAuthenticationStep.java:27)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:65)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:67)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:67)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:67)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:67)
at me.mastercapexd.auth.account.AbstractAccount.nextAuthenticationStep(AbstractAccount.java:67)
at me.mastercapexd.auth.bungee.listeners.EventListener.lambda$startLogin$6(EventListener.java:156)
at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)