We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading the Mattermost server, the playbooks stopped working. Log: { "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": "playbooks", "serve_http_stream_id": 31, "timestamp": "2024-03-18 17:19:07.361 +05:00" } { "caller": "plugin/client_rpc.go:423", "error": "gob: type x509.OID has no exported fields", "level": "error", "msg": "Plugin failed to ServeHTTP, RPC call failed", "plugin_id": "playbooks", "timestamp": "2024-03-18 17:19:06.151 +05:00" }
Edition and Platform MM: 9.6 Version: playbooks (playbooks - 1.39.1) Browser and OS: Chrome on Mac, Edge on Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After upgrading the Mattermost server, the playbooks stopped working.
Log:
{
"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": "playbooks",
"serve_http_stream_id": 31,
"timestamp": "2024-03-18 17:19:07.361 +05:00"
}
{
"caller": "plugin/client_rpc.go:423",
"error": "gob: type x509.OID has no exported fields",
"level": "error",
"msg": "Plugin failed to ServeHTTP, RPC call failed",
"plugin_id": "playbooks",
"timestamp": "2024-03-18 17:19:06.151 +05:00"
}
Edition and Platform
MM: 9.6
Version: playbooks (playbooks - 1.39.1)
Browser and OS: Chrome on Mac, Edge on Windows
The text was updated successfully, but these errors were encountered: