LuckPerms

LuckPerms

41.4k Downloads

Can't open web editor with /lp editor

totoshogun opened this issue · 9 comments

commented

Hi i seem to be getting an error when i try to open the web editor, this the error i get:

[13:00:35] [Server thread/INFO]: Oran1_ issued server command: /lp editor
[13:00:35] [pool-9-thread-1/WARN]: java.lang.RuntimeException: Request was unsuccessful: 403 - Forbidden
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.web.AbstractHttpClient.makeHttpRequest(AbstractHttpClient.java:49)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.web.BytebinClient.makeHttpRequest(BytebinClient.java:69)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.web.BytebinClient.postContent(BytebinClient.java:94)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.web.WebEditor.post(WebEditor.java:138)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.commands.misc.EditorCommand.execute(EditorCommand.java:132)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:50)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:42)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:210)
[13:00:35] [pool-9-thread-1/WARN]: at me.lucko.luckperms.common.command.CommandManager.lambda$onCommand$0(CommandManager.java:145)
[13:00:35] [pool-9-thread-1/WARN]: at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
[13:00:35] [pool-9-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[13:00:35] [pool-9-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[13:00:35] [pool-9-thread-1/WARN]: at java.lang.Thread.run(Thread.java:745)

-And once i log off the game i get this error:
[13:05:35] [OkHttp ConnectionPool/WARN]: [me.lucko.luckperms.lib.okhttp3.OkHttpClient] A connection to https://bytebin.lucko.me/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);

commented

Are you behind a proxy by any chance?

Also what LP version?

commented

no i am not using any proxy and its the newest version LuckPerms-Bukkit-5.0.50

commented

On your server, does your Firewall block HTTP? ports: (80 & 443)
Or any firewall stuff in general that could be messing with it?
̶A̶̶̶r̶̶̶e̶̶̶ ̶̶̶y̶̶̶o̶̶̶u̶̶̶ ̶̶̶r̶̶̶u̶̶̶n̶̶̶n̶̶̶i̶̶̶n̶̶̶g̶̶̶ ̶̶̶a̶̶̶n̶̶̶y̶̶̶ ̶̶̶s̶̶̶o̶̶̶f̶̶̶t̶̶̶w̶̶̶a̶̶̶r̶̶̶e̶̶̶ ̶̶̶l̶̶̶i̶̶̶k̶̶̶e̶̶̶ ̶̶̶n̶̶̶g̶̶̶i̶̶̶n̶̶̶x̶̶̶?̶̶̶ ̶̶̶(̶̶̶r̶̶̶e̶̶̶v̶̶̶e̶̶̶r̶̶̶s̶̶̶e̶̶̶ ̶̶̶p̶̶̶r̶̶̶o̶̶̶x̶̶̶y̶̶̶)̶̶̶ Nevermind already answered :P

commented

"links on signs" is irrelevant if you mean that people open them in their clients, your issue is that the connection to the bytebin is blocked somewhere, either down to something on your end or something with the web-servers setup (Which is why "how" are you hosting the server is somewhat important to know)

commented

No idea how the server is hosted as i just paid for the server host lol and again it wouldn't make much sense that it was working two or three days ago but now isn't... i did also try going back a version and still nothing so not sure.

commented

no it allows https like urls, i have a plugin that has links on signs and that works fine so not sure but this only happened recently and it was working two or three days ago

commented

i aslo have a error 403 - Forbidden . was working the other week now its not

commented

Ok for some unknown reason it now works fine again... o_O i didn't do anything lol

commented

Most likely Cloudflare blocking your requests. Not much I can do about that though..