You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether there is something to do with the OS.
When I used Windows 11 to run the program, everything went well.
However, I encountered the same problem as yours when I ran this program on my Synology NAS (DSM 7.2).
After testing for a while, I found the problem is in update-exif-metadata.ts, when it called exiftool.write(...), the program terminated unexpectedly.
So I reinstall the exiftool-vendored by yarn add exiftool-vendored
Then I installed Perl on the system, and it finally worked.
Hope this can help you!
Then I installed Perl on the system, and it finally worked.
I had the issue too. I ran the program inside a node:20-alpine container. All I was missing was Perl, installed it using apk add perl and everything went well.
Output log:
It ends there. No errors are in the error directory, a singular photo is copied but that's it.
The text was updated successfully, but these errors were encountered: