Matterbridge constantly restarting

Hello everyone,

There was a Matterbridge update two days ago and since then it’s not working, the container keeps restarting and I can’t access the interface.

Has anyone else had the same issue?

Hi,

I don’t use the Matterbridge built into Gladys but rather externally on another VM.

Could you please provide logs via the command which should be:

docker logs gladys-matterbridge

Hi, I’m also using matterbridge externally.

sudo docker logs --tail 50 matterbridge
🟢 Node.js version: v24.15.0
🟣 Npm version: 11.12.1
[10:21:16.293] [Matterbridge] Matterbridge is starting...
[10:21:16.298] [Matterbridge] Error parsing plugin matterbridge-ai-factory-gardena-smart-system. Trying to reinstall it from npm...
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/matterbridge-ai-factory-gardena-smart-system - Not found
npm error 404
npm error 404  The requested resource 'matterbridge-ai-factory-gardena-smart-system@*' could not be found or you do not have permission to access it.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /root/.npm/_logs/2026-05-11T10_21_16_350Z-debug-0.log
[10:21:16.858] [Cli] Matterbridge.loadInstance() failed with error: Command failed: npm install -g matterbridge-ai-factory-gardena-smart-system --omit=dev
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/matterbridge-ai-factory-gardena-smart-system - Not found
npm error 404
npm error 404  The requested resource 'matterbridge-ai-factory-gardena-smart-system@*' could not be found or you do not have permission to access it.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /root/.npm/_logs/2026-05-11T10_21_16_350Z-debug-0.log

After the update, it tries to install the plugin matterbridge-ai-factory-gardena-smart-system created by the factory. However, it doesn’t exist on npm, so this keeps happening in a loop.

Yes, I had the same problem with the Daikin plugin.

I had to start from scratch with MatterBridge :frowning: Be careful, this erases everything on MatterBridge and the different Matter associations (The following commands have been tested only on an instance external to Gladys).

docker compose down
rm -r .matterbridge/
rm -r .mattercert/
rm -r Matterbridge/
docker compose up -d

You need to report your problem to the AI so it can fix it.
Apparently, the Yeelight plugin did not encounter this problem.

For my part, the AI fixed it for my plugin :slight_smile: on the old issue:

The bug is present on the new issue created on the Daikin plugin (I will ask it to fix it when I have been able to test that the previous bug is well resolved :slight_smile::