Results 92 comments of Neil Enns

Awesome, thank you @nicograef! Yes, am already using polling since my code runs in Docker. Will open a tracking issue in my codebase to update to the new release once...

Please post a copy of your docker compose configuration ________________________________ From: mikerenna ***@***.***> Sent: Friday, August 5, 2022 10:58:08 AM To: neilenns/node-deepstackai-trigger ***@***.***> Cc: Subscribed ***@***.***> Subject: [neilenns/node-deepstackai-trigger] Trouble validating...

Are you sure the paths to those files exist on your local machine? These two lines should be the local path: ``` file: '/share/Container/deepstackai/settings.json' file: '/share/Container/deepstackai/triggers.json' ``` Also if they...

I looked at my config more closely and I don't think I'm even using the secrets, I just have a volume mounted. Try doing it that way instead: ``` services:...

Enable verbose logging and see if it shows any messages for images getting processed. https://github.com/neilenns/node-deepstackai-trigger/wiki/Configuration ________________________________ From: mikerenna ***@***.***> Sent: Tuesday, August 9, 2022 4:23:29 AM To: neilenns/node-deepstackai-trigger ***@***.***> Cc:...

Post the entire set of log messages you get from start of container to when it stops writing messages. Thanks! ________________________________ From: mikerenna ***@***.***> Sent: Tuesday, August 9, 2022 7:41:29...

Looks like it is up and running. It isn't seeing any images dropped for processing, you should see log entries for each image it tries to analyze. I'm guessing your...

Post your settings.json file so I can look, and your current docker compose file. ________________________________ From: Mike Renna ***@***.***> Sent: Tuesday, August 9, 2022 1:37:32 PM To: neilenns/node-deepstackai-trigger ***@***.***> Cc:...

Can you also post your triggers.json file? ________________________________ From: Mike Renna ***@***.***> Sent: Tuesday, August 9, 2022 1:55:50 PM To: neilenns/node-deepstackai-trigger ***@***.***> Cc: Neil Enns ***@***.***>; Comment ***@***.***> Subject: Re:...

The triggers need to be the full path to the image folder, so they must be `/aiinput/GGsideDoor*.jpg` for example. Also open a terminal to the docker container and make sure...