-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glob pattern in trigger.watchPattern doesn't work... #412
Comments
Ahhhh good catch, fascinating. Totally forgot that glob patterns are a thing when I added that check because of the number of people specifying incorrect folder locations. |
I finally remembered this 😂 My bad! This is merged. Would you mind changing to the |
I'm not able to change that easily on my environment as I'm using image with my changes for archiving. but my image contains the changes from this issue and it works. |
Ok thanks!
…________________________________
From: salcio <[email protected]>
Sent: Tuesday, January 19, 2021 12:40:08 PM
To: danecreekphotography/node-deepstackai-trigger <[email protected]>
Cc: Neil Enns <[email protected]>; State change <[email protected]>
Subject: Re: [danecreekphotography/node-deepstackai-trigger] Glob pattern in trigger.watchPattern doesn't work... (#412)
I'm not able to change that easily on my environment as I'm using image with my changes for archiving. but my image contains the changes from this issue and it works.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#412 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACIVHFQC5XMIUJ7RHI7QTRLS2XU2RANCNFSM4V5Q52LQ>.
|
Describe the bug
When trying to use a glob pattern like '/aiinput/**/Dog*.jpg' in trigger.watchPattern exeption in verifyTriggerWatchLocation method is raised ( Unable to read contents of watch folder ${trigger.watchPattern} for trigger ${trigger.name}. Check and make sure the image folder is mounted properly. ${e})
Log entries
Unable to read contents of watch folder ${trigger.watchPattern} for trigger ${trigger.name}. Check and make sure the image folder is mounted properly. ${e}
Installation details
Additional context
The text was updated successfully, but these errors were encountered: