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

[BUG]Meeting creation is not working #243

Closed
KakEgorka opened this issue Mar 13, 2024 · 2 comments
Closed

[BUG]Meeting creation is not working #243

KakEgorka opened this issue Mar 13, 2024 · 2 comments

Comments

@KakEgorka
Copy link

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
Copy link
Author

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

@KakEgorka KakEgorka changed the title Meeting creation is not working [BAG]Meeting creation is not working Mar 14, 2024
@KakEgorka KakEgorka changed the title [BAG]Meeting creation is not working [BUG]Meeting creation is not working Mar 14, 2024
@KakEgorka
Copy link
Author

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.

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