Processing less than a minute remain, forever

Howdy @novice , welcome to PhotoStructure!

Sorry you have a sync glitch. I wrote a ton of code around trying to avoid exactly this situation:

  1. I have timeouts on all I/O operations and sync-file operations, so if anything gets ā€œstuckā€, it gives terminates that process and retries one more time. If that retry fails, it marks the file as ā€œun-importableā€.

  2. The work queue is stored in another SQLite db, so if sync crashes or you reboot your computer for any reason, the sync will restart from where it left off (rather than restarting from scratch, which meant I could never finish scanning some of my larger hard drives).

  3. Directory content listings are cached if they take longer than a couple seconds to fetch. This is a workaround for directories from smartphone backups, which commonly donā€™t use sub-directories, resulting in a single directory with 10k+ files

So. Something is still slipping through the cracks here.

Option A

If you have time and want to help me debug what happened:

  1. Shut down PhotoStructure
  2. Set PS_LOG_LEVEL=info
  3. Restart PhotoStructure, wait a couple minutes for sync to retry that last file
  4. Send me the resulting logs

The instructions for how to do this are here: https://photostructure.com/faq/error-reports/#how-to-manually-send-your-logs

Option B

If you just want to scan your other drives, go into your settings page, and instead of using ā€œautomaticā€, use ā€œmanualā€, and add the other drive letters (or directories) that you want to import. Itā€™ll look like this: