Doesn't recognise newly added images when running on an external drive
See original GitHub issueIm running my setup on an external SSD (MacOS with docker) and the tool correctly reads the images that are already in the input folder and correctly returns:
Skipping as it was created before the service started
but does not respond to any new images added. No errors either, just sticks to the previous message.
Moved the input folder to my desktop to see if it was an issue with the external drive and it runs fine
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Solved: Hard Drive Not Showing Files Though They Still Exist
Don't worry if your external or internal hard drive is not showing files though they still exist. First, download EaseUS file recovery software...
Read more >What to Do When Your External Hard Drive Won't Show Up
First, unplug your drive, then restart your computer. Don't immediately plug it back in, though; give the system some time to properly start...
Read more >Solved – Files Not Showing In External Hard Drive [2022 ...
Run control folders, or go to Control Panel and Appearance and Personalization. · You can see the window Folder Options. · In view...
Read more >Fix External Hard Drive Not Recognized - Handy Recovery
This article will show you how to resolve the problem of an external hard drive not showing up on your Windows computer.
Read more >How to fix an external hard drive that's not showing up
1. Open Disk Management by launching the Start menu and typing "disk management". · 2. Next, check if your drive appears on the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just added a bunch more logging to help make problems like this easier to sort out. Try switching your image from
danecreekphotography/node-deepstackai-trigger:latest
todanecreekphotography/node-deepstackai-trigger:dev
. If the folder doesn’t exist you’ll see an error and the system won’t complete startup. If it does exist it’ll print out the number of images found in the folder.A full system restart fixed the problem. The feature you’ve added is quite useful as I’ve had multiple times where I’ve misspelt or incorrectly entered the file path and it compiles without errors. Thanks!