Skip to content
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

Possibly websocket heartbeat causing json warnings #192

Closed
CptPie opened this issue Jan 24, 2023 · 0 comments
Closed

Possibly websocket heartbeat causing json warnings #192

CptPie opened this issue Jan 24, 2023 · 0 comments

Comments

@CptPie
Copy link

CptPie commented Jan 24, 2023

As reported by aze in discord:

Only oddity was the logs doing this quite a bit throughout:

[INFO] 2023/01/24 03:05:56 [handler] Could not unmarshal join data "": unexpected end of JSON input
[INFO] 2023/01/24 03:06:41 [handler] Could not unmarshal join data "": unexpected end of JSON input
[INFO] 2023/01/24 03:07:26 [handler] Could not unmarshal join data "": unexpected end of JSON input

couple hundred of those over the course of 2.5 hours

From a limited amount of digging my working theory is that the heartbeat for the websockets might not send valid json "{}" and instead sends "" which causes the mentioned error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant