'x' outside of string in unpack at ...

Started by lumiere, April 23, 2022, 06:34:48 AM

Previous topic - Next topic

lumiere

Hi all,

i've run the exiftool to find all image files with no datetimeoriginal as below:

$ exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filesize# > 300000 and $MIMEType=~/image/' . > no_datetimeoriginal.txt
Error opening directory ./lost+found
'x' outside of string in unpack at /home/user1/exiftool/lib/Image/ExifTool.pm line 5077.

(I use most recent production release: 12.30)
Does anybody know what does the message about 'x' mean ? Did it interrupt the exiftool ? Did the exiftool finished ?

StarGeek

Does it still happen if you upgrade to the current version, 12.41?

Other than that, Phil will need to look into this.
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

Phil Harvey

If you could figure out which file is giving the unpack error and send it to me then I can fix the problem.  My email is philharvey66 at gmail.com

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).