neilenns / node-deepstackai-trigger

Detects motion using Deepstack AI and calls registered triggers based on trigger rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopped working

divemasterjm opened this issue · comments

What trouble are you having?
sudenly stops working, it seems it not read watch folder, all logs are ok, stopped working 14h ago, no reason, no log errors
A clear and concise description of what you're stuck on.

Have you tried with the sample files?

  • [Yes/No] YES

Have you tried the steps in the troubleshooting guide?

https://github.com/danecreekphotography/node-deepstackai-trigger/wiki/Troubleshooting

  • [Yes/No] YES

Log entries

2021-03-12T08:18:59+01:00 [Main] Starting up version 5.8.0

2021-03-12T08:18:59+01:00 [Main] Timezone offset is -60

2021-03-12T08:18:59+01:00 [Main] Current time is Fri Mar 12 2021 08:18:59 GMT+0100 (Central European Standard Time)

2021-03-12T08:18:59+01:00 [Settings] Unable to read the settings file: ENOENT: no such file or directory, open '/run/secrets/settings'.

2021-03-12T08:18:59+01:00 [Settings] Unable to load file /run/secrets/settings.

2021-03-12T08:18:59+01:00 [Settings] Unable to read the secrets file: ENOENT: no such file or directory, open '/config/secrets.json'.

2021-03-12T08:18:59+01:00 [Settings] Loaded settings from /config/settings.json

2021-03-12T08:18:59+01:00 [MQTT] Connected to MQTT server mqtt://192.168.8.85:1883

2021-03-12T08:18:59+01:00 [Local storage] Creating local storage folders in /node-deepstackai-trigger.

2021-03-12T08:18:59+01:00 [Local storage] Enabling background purge every 60 minutes for files older than 30 minutes.

2021-03-12T08:18:59+01:00 [Local storage] Running purge

2021-03-12T08:18:59+01:00 [Main] Web server enabled.

2021-03-12T08:18:59+01:00 [Triggers] Unable to read the settings file: ENOENT: no such file or directory, open '/run/secrets/triggers'.

2021-03-12T08:18:59+01:00 [Triggers] Unable to load file /run/secrets/triggers.

2021-03-12T08:18:59+01:00 [Triggers] Unable to read the secrets file: ENOENT: no such file or directory, open '/config/secrets.json'.

2021-03-12T08:18:59+01:00 [Triggers] Loaded configuration from /config/triggers.json

2021-03-12T08:18:59+01:00 [Triggers] Loaded configuration for Cat detector

2021-03-12T08:18:59+01:00 [Triggers] Loaded configuration for Persona detector

2021-03-12T08:18:59+01:00 [Trigger manager] There are 0 images waiting in /aiinput/*.jpg for Cat detector.

2021-03-12T08:18:59+01:00 [Trigger manager] There are 0 images waiting in /aiinput/*.jpg for Persona detector.

2021-03-12T08:18:59+01:00 [Pushbullet] Pushbullet is disabled via settings.

2021-03-12T08:18:59+01:00 [Pushover] Pushover is disabled via settings.

2021-03-12T08:18:59+01:00 [Telegram] Telegram enabled.

2021-03-12T08:18:59+01:00 [Mqtt router] Subscribing to node-deepstackai-trigger/statistics/reset.

2021-03-12T08:18:59+01:00 [Web server] Listening at http://localhost:4242

2021-03-12T08:18:59+01:00 [Mqtt router] Subscribing to node-deepstackai-trigger/statistics/trigger/reset.

2021-03-12T08:18:59+01:00 [Local storage] Purge complete

2021-03-12T08:18:59+01:00 [Mqtt router] Subscribing to node-deepstackai-trigger/motion.

2021-03-12T08:18:59+01:00 [Trigger Cat detector] Listening for new images in /aiinput/*.jpg

2021-03-12T08:18:59+01:00 [Trigger Persona detector] Listening for new images in /aiinput/*.jpg

2021-03-12T08:18:59+01:00 [Main] Watching for changes to /config/settings.json

2021-03-12T08:18:59+01:00 [Main] Watching for changes to /config/triggers.json

2021-03-12T08:18:59+01:00 [Main] ****************************************

2021-03-12T08:18:59+01:00 [Main] Up and running!

Installation details
Portaniner on debian 10

Additional context

Add any other context about the problem here.

sorry