mattermost-community / mattermost-plugin-jitsi

Jitsi plugin for Mattermost :electric_plug:
Apache License 2.0
193 stars 89 forks source link

[BUG]Meeting creation is not working #243

Closed KakEgorka closed 4 months ago

KakEgorka commented 4 months ago

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 SzrILxl3ZD

KakEgorka commented 4 months ago

And after some time, the plugin crashes and stops working command

image
KakEgorka commented 4 months ago

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.