crspeller / mattermost-plugin-channel-notes

A Mattermost plugin that extends channel functionality with notes.
Apache License 2.0
26 stars 5 forks source link

Error when activating plugin on 5.35.0 #2

Open jprusch opened 3 years ago

jprusch commented 3 years ago

When trying to activate the addon, the following lines are logged: `2021-05-17T11:29:33.250+0200 warn plugin/hclog_adapter.go:72 plugin failed to exit gracefully {"plugin_id": "channel-notes"}

2021-05-17T11:29:33.250+0200 error mlog/log.go:247 Unable to activate plugin {"plugin_id": "channel-notes", "error": "unable to start plugin: channel-notes: Unrecognized remote plugin message: \n\nThis usually means that the plugin is either invalid or simply\nneeds to be recompiled to support the latest protocol.", "errorVerbose": "Unrecognized remote plugin message: \n\nThis usually means that the plugin is either invalid or simply\nneeds to be recompiled to support the latest protocol.\nunable to start plugin: channel-notes\ngithub.com/mattermost/mattermost-server/v5/plugin.(Environment).Activate\n\tgithub.com/mattermost/mattermost-server/v5/plugin/environment.go:268\ngithub.com/mattermost/mattermost-server/v5/app.(App).SyncPluginsActiveState.func2\n\tgithub.com/mattermost/mattermost-server/v5/app/plugin.go:139\nruntime.goexit\n\truntime/asm_amd64.s:1374"}`

joebordes commented 3 years ago

present also in 5.36.1

joebordes commented 3 years ago

I cloned the repo and built the plugin with make, the newly built version seems to work correctly. HTH

tstorrnetnz commented 3 years ago

Can confirm what @joebordes has stated above - thanks!