The latest plugin release 1.2.0 crashes after upgrade to Mattermost 5.28.1. I can enable it and view the help with /confluence help but then if I try to install a new Confluence server with /confluence install server it fails with this and does not react to any commands anymore. Turning on DEBUG logging didn't show any additional messages.
2020-10-31T11:50:23.620-0400 info go-plugin@v1.3.0/stream.go:15 2020/10/31 11:50:23 RPC call to GetConfig API failed: reading body gob: bad data: field numbers out of bounds {"plugin_id": "com.mattermost.confluence", "source": "plugin_stderr"}
2020-10-31T11:50:23.620-0400 info go-plugin@v1.3.0/stream.go:15 2020/10/31 11:50:23 RPC call to SendEphemeralPost API failed: connection is shut down {"plugin_id": "com.mattermost.confluence", "source": "plugin_stderr"}
@ifeldshteyn, tried to repro locally on plugin:1.2.0 + mm:5.28, the /confluence install server command was successful. Did you try to uninstall/install the plugin; does the previous plugin release works?
Hi,
The latest plugin release 1.2.0 crashes after upgrade to Mattermost 5.28.1. I can enable it and view the help with /confluence help but then if I try to install a new Confluence server with /confluence install server it fails with this and does not react to any commands anymore. Turning on DEBUG logging didn't show any additional messages.
Maybe there is an API change in the new server?
Thanks, Ilya