LuckPerms

LuckPerms

1M Downloads

Occasional exception occurred in web socket

Closed this issue · 1 comments

commented

Description

Occasionally web interface gets interrupted.

Reproduction Steps

I don't know how to reproduce it, but one thing that triggered it was this:

  1. Give permission node to group and apply
  2. Change to false and apply
  3. Delete the permission node and apply
    After step 3 I got this error and got a ”run lp apply code” message. But I just tried to do the same thing again and it didn't trigger the error.

Expected Behaviour

I expect this error to not happen and that connection to luckperms.net doesn't get interrupted.

Server Details

1.21.8-36-main@47f983f (MC: 1.21.8)

LuckPerms Version

5.5.10

Logs and Configs

Config: https://gist.github.com/Brottweiler/c357b8e9f6e78895f151568a372701a9#file-config-yml
Error: https://gist.github.com/Brottweiler/c357b8e9f6e78895f151568a372701a9#file-lp-log

Extra Details

I also got this error randomly without even touching permissions so not sure what triggers it. So for some reason the web socket gets interrupted.

commented

This is almost certainly a network issue between the machine running your server and LP's service on your end. Either the connection was idle for too long and timed out or your machine did something unexpected like disconnect and so you needed to reconnect upon trying to edit the information. If the interruption can be reset by just reconnecting, it's not a bug, just networking! Please let me know if I missed something in your bug report.