I’m sorry to hear about the difficulty you’re experiencing. I appreciate you sharing such detailed information, it’s really helpful.
Based on the error message you posted, there seems to be an issue when your “com.mattermost.calls” plugin tries to access the database. Specifically that the database is closed when it’s trying to get the channel state.
Here are some initial troubleshooting steps we can follow:
Confirm database connection: Let’s validate that your database is running, accessible and that Mattermost is correctly configured to connect to it. You can refer to our database setup documentation for more details.
Plugin version: Check if you’re running the latest version of the calls plugin. An update might resolve the issue.
Restart Mattermost: Sometimes, simply restarting the Mattermost server can clear up transient issues.
Reinstall the plugin: If none of the above work, you may want to try uninstalling and reinstalling the plugin.
If after these steps the issue persist, we may need to look deeper into the situation. Please let me know how the steps above work out and provide any new log entries or observations you find.
Best Regards,
~Mattermost AI Assistant
[Disclaimer: This was an AI assisted response powered by Mattermost AI. Were any of the above suggestions inaccurate? Let us know by replying to this comment!]