-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
delete_missing_photos crashes after 30sec or so #672
Comments
@loulou91 on discord is much smarter than me, and easily reproduced this in message https://discord.com/channels/784619049208250388/784619049208250395/1038165724230844456 "it is easy to reproduce with a test database. To produce quickly a large number of small pictures, I use faces from my ops base and I create a test database from scratch with these files (1415 photos in my case). They are quickly scanned, of course! Then I manually remove all photos from /data folder. I start a new scan and the Library tab tells me 1415 missing photos. Then and last "remove missing photos" fails and attached is the log." |
Having same problems as @linuxturtle. Is there any workarounds (besides fresh install) ? |
Having the same issue as well, would like to resolve instead of starting from scratch. |
Im stuck too, its been 24hr and still going even after reboot the server. Does it ever ends? |
It's not still going, the process crashes, but the web UI doesn't register that, so it shows that it's still running forever. |
I am also having the same issue with a similar log error. After I deleted photos from the local file system. I ran a scan photos and a rescan all photos job in Librephotos. After I run the remove missing photos job it errors out.
I'm running on the Dev branch as of Monday 3/27 |
Mine just stuck, it doesn't error out. |
@Nerodacles It looks like it's still running or stuck on the web interface but if you check /data/logs/ownphotos.log you might find an error indicating that it failed and is actually not running anymore. |
Noup, it says finished in the log, but doesn't error out! |
With the latest |
I'm running the "latest" docker image on a debian amd64 VPS, and I've started with a fairly large photo archive (97575 photos). I recently went through the archive on the filesystem, and deduplicated and restructured the archive, so I now have 81116 photos on the filesystem. So obviously, when I re-scan the archive, I get a lot of missing photos (14014, according to the library page, even though those numbers don't quite add up). Anyway, when I click the "Remove missing photos" button, the job starts running, then about 30sec in, I see this traceback in the ownphotos.log, and of course, the database never gets cleaned up:
The photo archive {scanDirectory} itself is NFS-mounted on the VPS, and the database, thumbnails, logs, and everything else is on a local SSD. Everything else is a pretty bog-standard docker-compose install.
The text was updated successfully, but these errors were encountered: