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
When running FITS 1.6.0 on certain plain text files, the Jhove check fails, and the file is reported to be an invalid AIFF file:
./fits.sh -i ./misidentified-text.txt
<identity format="AIFF" mimetype="audio/x-aiff" toolname="FITS" toolversion="1.6.0">
<tool toolname="Jhove" toolversion="1.26.1" />
</identity>
[...]
<filestatus>
<well-formed toolname="Jhove" toolversion="1.26.1" status="SINGLE_RESULT">false</well-formed>
<valid toolname="Jhove" toolversion="1.26.1" status="SINGLE_RESULT">false</valid>
<message toolname="Jhove" toolversion="1.26.1" status="SINGLE_RESULT">File type in Form Chunk is not AIFF or AIFC severity=error offset=12</message>
</filestatus>
The other tools correctly identify the file as a text file.
I tried running the file through Jhove 1.26.1, using the same Jhove configuration as the one distributed in FITS 1.6.0; Jhove on its own identifies the file correctly.
The files we have that fail in this way all start with the word "FORM". Attached is the sample file that provokes the error, as well as the full output of FITS when run on this file.
When running FITS 1.6.0 on certain plain text files, the Jhove check fails, and the file is reported to be an invalid AIFF file:
The other tools correctly identify the file as a text file.
I tried running the file through Jhove 1.26.1, using the same Jhove configuration as the one distributed in FITS 1.6.0; Jhove on its own identifies the file correctly.
The files we have that fail in this way all start with the word "FORM". Attached is the sample file that provokes the error, as well as the full output of FITS when run on this file.
fits-output.txt
misidentified-text.txt
The text was updated successfully, but these errors were encountered: