You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been confirmed as a problem with Golang v1.22 (golang/go#65633), which is not yet used for plugin or MM server builds. For custom builds, please use v1.21 until a fix is released.
Mattermost Version
9.5.2
Plugin Version
jitsi - 2.0.0+43dcf4a
Describe the issue
After updating the server 9.4+, the button to create a meeting no longer works. The command also does not work.
Server Error Logs
{
"caller": "plugin/client_rpc_generated.go:104",
"error": "unexpected EOF",
"level": "error",
"msg": "RPC call ExecuteCommand to plugin failed.",
"plugin_id": "jitsi",
"timestamp": "2024-03-13 11:35:06.604 +05:00"
}
{
"caller": "plugin/client_rpc.go:397",
"error": "timeout waiting for accept",
"level": "error",
"msg": "Plugin failed to ServeHTTP, muxBroker couldn't Accept request body connection",
"plugin_id": "jitsi",
"timestamp": "2024-03-13 11:34:54.844 +05:00"
}
{
"caller": "plugin/client_rpc.go:378",
"error": "timeout waiting for accept",
"level": "error",
"msg": "Plugin failed to ServeHTTP, muxBroker couldn't accept connection",
"plugin_id": "jitsi",
"serve_http_stream_id": 15,
"timestamp": "2024-03-13 11:34:52.537 +05:00"
}
Google Chrome Error Logs
Screenshots
The text was updated successfully, but these errors were encountered: