Results 102 comments of Neil Enns

You should also be seeing a log message saying it connected to the mqtt server, and status messages published to this topic: node-deepstackai-trigger/status ________________________________ From: Neil Enns ***@***.***> Sent: Tuesday,...

I'll look more when I'm home. This is challenging from a phone 😁 ________________________________ From: Mike Renna ***@***.***> Sent: Tuesday, August 9, 2022 2:07:51 PM To: neilenns/node-deepstackai-trigger ***@***.***> Cc: Neil...

Please include your `docker-compose.yaml`, `settings.json` and `triggers.json` file.

This is almost certainly a mount/path problem with unraid. Can you connect directly to the trigger container with a console and do an `ls /aiinput` and see if the folder...

There should be a lot more log output than what you pasted in, e.g. there's no log message showing the `trigger.json` file loaded (which would explain why no triggers are...

Nah I just typo'ed and corrected myself. There should be a ton more logs showing up, at the very least failure messages saying it can't read/find that file. I'm not...

It attempts to create three folders in `/node-deepstackai-trigger` in the container. Do you actually see this message in your logs? ``` 2020-11-06T08:59:24-08:00 [Local storage] Creating local storage folders in /node-deepstackai-trigger....

@mattiapsu Can you update your unraid setup to point to the `issue396` tagged docker image instead of `latest` and then try again? I added some additional error handling and logging...

I have an idea! Can you try disabling MQTT? Just set `enabled` to false in your `settings.json`.

And if that fixes it, try enabling it again and changing the `uri` to `http://10.0.0.1:1883`.