You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pod with matterbridge application restarting from time to time (~60 restarts in 24h) after catching panic: interface conversion: interface {} is *model.User, not map[string]interface {} error. This happened after updating our mattermost version to v6.0.0
To Reproduce
Run matterbrigde container with several Mattermost <->Telegram 1:1 channels integration, write some messages from time to time. Observe this error with pod (container) reboot .
Running v1.23.0 docker image from official 42wim dockerhub repository on OpenShift4 platform.
Additional context
Mattermost version: 6.0.0 and 6.0.1 (occurred on both versions)
Have one Telegram bot account with multiple channels relaying messages to single mattermost server (into several teams though) with channels in-out sync and relations as 1:1
The text was updated successfully, but these errors were encountered:
@DummyThatMatters this should be fixed now in master. Please reopen if still an issue
You can run the 42wim/matterbridge:master image to run with this fix.
A stable version will come later.
Describe the bug
Pod with matterbridge application restarting from time to time (~60 restarts in 24h) after catching
panic: interface conversion: interface {} is *model.User, not map[string]interface {}
error. This happened after updating our mattermost version to v6.0.0To Reproduce
Run matterbrigde container with several Mattermost <->Telegram 1:1 channels integration, write some messages from time to time. Observe this error with pod (container) reboot .
Screenshots/debug logs
Error log:
Environment (please complete the following information):
Additional context
Have one Telegram bot account with multiple channels relaying messages to single mattermost server (into several teams though) with channels in-out sync and relations as 1:1
The text was updated successfully, but these errors were encountered: