Mattermost calls plugin crashes on activation
-
Hi,
it seems my calls plugin doesn't work anymore on my Mattermost app up to date.
I tried to delete and reinstall the plugin but nothing changes.last logs after reinstall and activation
Oct 05 17:27:32{"timestamp":"2023-10-05 15:27:32.592 Z","level":"info","msg":"Installing extracted plugin","caller":"app/plugin_install.go:427","plugin_id":"com.mattermost.calls","version":"0.19.0"} Oct 05 17:27:34{"timestamp":"2023-10-05 15:27:34.140 Z","level":"info","msg":"Persisting plugin to filestore","caller":"app/plugin_install.go:230","plugin_id":"com.mattermost.calls"} Oct 05 17:27:40{"timestamp":"2023-10-05 15:27:40.308 Z","level":"warn","msg":"Unrecognized config permissions tag value.","caller":"api4/config.go:431","tag_value":"sysconsole_write_*_read"} Oct 05 17:27:40{"timestamp":"2023-10-05 15:27:40.844 Z","level":"info","msg":"handle to writer DB initialized successfully","caller":"app/plugin_api.go:977","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).initDB store.go:33","driver":"mysql"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.055 Z","level":"error","msg":"failed to clean up state: GetSinglePost: Unable to get the post.","caller":"app/plugin_api.go:980","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).OnActivate activate.go:70"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.056 Z","level":"info","msg":"2023/10/05 15:27:41 [DEBUG] plugin: plugin server: accept unix /tmp/plugin1847013508: use of closed network connection\n","caller":"io/io.go:429","plugin_id":"com.mattermost.calls","source":"plugin_stderr"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.057 Z","level":"info","msg":"plugin process exited","caller":"plugin/hclog_adapter.go:61","plugin_id":"com.mattermost.calls","wrapped_extras":"pathplugins/com.mattermost.calls/server/dist/plugin-linux-amd64pid390"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.057 Z","level":"error","msg":"Unable to activate plugin","caller":"app/plugin.go:171","plugin_id":"com.mattermost.calls","bundle_path":"plugins/com.mattermost.calls","error":"failed to clean up state: GetSinglePost: Unable to get the post."} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.531 Z","level":"info","msg":"handle to writer DB initialized successfully","caller":"app/plugin_api.go:977","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).initDB store.go:33","driver":"mysql"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.905 Z","level":"error","msg":"failed to clean up state: GetSinglePost: Unable to get the post.","caller":"app/plugin_api.go:980","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).OnActivate activate.go:70"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.907 Z","level":"info","msg":"plugin process exited","caller":"plugin/hclog_adapter.go:61","plugin_id":"com.mattermost.calls","wrapped_extras":"pathplugins/com.mattermost.calls/server/dist/plugin-linux-amd64pid401"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.907 Z","level":"warn","msg":"error closing client during Kill","caller":"plugin/hclog_adapter.go:70","plugin_id":"com.mattermost.calls","wrapped_extras":"errunexpected EOF"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.907 Z","level":"warn","msg":"plugin failed to exit gracefully","caller":"plugin/hclog_adapter.go:72","plugin_id":"com.mattermost.calls"} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.907 Z","level":"error","msg":"Unable to activate plugin","caller":"app/plugin.go:171","plugin_id":"com.mattermost.calls","bundle_path":"plugins/com.mattermost.calls","error":"failed to clean up state: GetSinglePost: Unable to get the post."} Oct 05 17:27:41{"timestamp":"2023-10-05 15:27:41.941 Z","level":"info","msg":"Loaded system translations","caller":"i18n/i18n.go:132","for locale":"en","from locale":"/app/code/i18n/en.json"}
Do you have encounter this problem ?
Thanks for your help !
-
-
-
@Benoit I just tried in our demo instance (https://my.demo.cloudron.io) and it works there. Can you possibly try a test install in another server? Otherwise, if you reach out at support@cloudron.io, I have to debug further.
-
Hi, after the last update all is ok on our Mattermost install after 2 restarts. First one on recovery mode and a second one on normal state. I don't know why but now the call plugin is on. I notice an update on the call plugin (I was on 0.19 before the last update and now we are on 0.20). Problem solved ! @tronical do you have the problem after the last update ?
-