-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Websocket Error #3121
Comments
Unfortunately we have migrated to Caldera v5 and dont actively support v4.2. FWIW, that error message is just about useless but looks like an upstream issue with a dependency. Check your websockets module version. We did have to update it at some point, currently we are pegged to 11.0.3. (https://github.com/mitre/caldera/blob/master/requirements.txt#L9C1-L9C19) |
Update: Im seeing this on v5 too, although not affecting functionality (that I can see so far). |
According to docs [1], this would be caused by "poor network connectivity" or "too much traffic". As the websocket that is used in the event service (of Caldera) is all local message sending, Im inclined to think this is a websockets implementation bug. It seems the current fix all is to remove the keep alive/ping feature by disabling. I dont think this would cause issues in Caldera but I need @clenk to confirm. |
@notmarshmllow what websockets version are you using? |
I don't know which websocket version I am using. However, after working around I somehow managed to fix the issue last week. I can now run Caldera. |
While trying to host the Caldera v4.2.0 on my Ubuntu 22.04 Cloud Server, I am facing the following websocket error -
The text was updated successfully, but these errors were encountered: