Calls Plugin CALLS with errors log "unsupported source type string"

Hello,

The plugin Calls have a lot of err logs.

Version de Mattermost : 10.8.1
Version du schéma de la base de données : 134
Numéro de compilation : 15129630706
Base de données : postgres
Nom d’hôte : xxxxxxxxxx

lots of these:

{
  "caller": "app/plugin_api.go:1112",
  "err": "failed to get calls channels: sql: Scan error on column index 2, name \"props\": unsupported source type string",
  "level": "error",
  "msg": "failed to get all calls channels",
  "origin": "main.(*Plugin).handleGetAllCallChannelStates api.go:175",
  "plugin_id": "com.mattermost.calls",
  "timestamp": "2025-05-21 05:44:49.483 +02:00"
}

Do you know if can update this plugin ? or open an issue in the appropriate bugtracker ?

Thank you and regards :wink:

Fab

What version of the Calls plugin do you have installed?

Hello,

Calls (com.mattermost.calls - 1.7.1)

i’ve downloaded the latest version ( mattermost-plugin-calls-v1.8.0-linux-amd64.tar.gz on Releases · mattermost/mattermost-plugin-calls · GitHub) but the errors are still here.

f.

Take a look at Calls: post-migration issues · Issue #18 · mattermost/migration-assist · GitHub That may guide you to an answer.

Have you recently done any database migration?

Have you recently done any database migration?

yes ! thank you so much for the good work, i’ll close this issue as soon as i have fixed my DB

f.

You’re aware that if you’re on MySQL you need to migrate to Postgres, right? There are some odd issues that come up with MariaDB, so if you’re using that I’d get to MySQL and then Postgres.

Yup, we’ve already did the migration from mariadb to pg some months ago, but I guess we missed some stuffs, by instance the calls plugins.
Regards
f.