-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
bug: Session Token Error #2021
Comments
Sounds like the WS disconnected briefly or is permanently disconnected. @Meierschlumpf can you take a look? |
I added some additional logs in case it is helpful. It occurs several times a day. |
Maybe this can be fixed with the following code: // Enable heartbeat messages to keep connection open (disabled by default)
keepAlive: {
enabled: true,
// server ping message interval in milliseconds
pingMs: 30000,
// connection is terminated if pong message is not received in this many milliseconds
pongWaitMs: 5000,
}, |
Unfortunately, I received the same error on 1.3.1. |
@Bovive |
No problem, but I use Unraid. Here is my XML:
|
Okay as far as I can tell it's an error that occurs when the mysql connection is closed then. Can you try if the image |
Unfortunately still the same error with |
The error on 1.4.0 2025-02-08T00:45:14.356Z Error: Can't add new command when connection is in closed state |
Hey @Bovive can you try the image tag |
That appears to have fixed it. Restarting the mysql container works as you described. Thanks for your help! |
Describe the bug
After running for a while I received a 500 error when trying to access via browser. The logs gave this error:
Additional console output after recent update:
Steps to reproduce
Impact
Restarting the container resolved the issue.
Additional information
v1.0.1
Version
Other (describe in "additional information")
Installation method
Unraid Apps
Browser
Firefox
The text was updated successfully, but these errors were encountered: