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 check reports an integrity problem with a file (On import), it first reports that it is checking a completely different file, and then gives the name of the actually corrupt file...
check: Warning: failed to verify integrity
check: /path/goodfile.mp3: error reading /path/badfile.mp3: It seems that file is truncated or there is garbage at the end of the file
check: Warning: failed to verify integrity
check: /path2/09_goodfile.flac: error reading /path2/03_badfile.flac: while decoding data
check: /path2/09_goodfile.flac: error reading /path2/07_badfile.flac: while decoding data
check: Warning: failed to verify integrity
check: /path3/05_goodfile.flac: error reading /path3/01_badfile.flac: while decoding data
Manually checking the goodfiles and badfiles confirms that they are good and bad... but why is the goodfile name appearing in the message at all? Shouldn't it just be the badfile?
The text was updated successfully, but these errors were encountered:
When
check
reports an integrity problem with a file (Onimport
), it first reports that it is checking a completely different file, and then gives the name of the actually corrupt file...Manually checking the
goodfiles
andbadfiles
confirms that they aregood
andbad
... but why is thegoodfile
name appearing in the message at all? Shouldn't it just be thebadfile
?The text was updated successfully, but these errors were encountered: