Bugzilla – Bug 2445
Cryptic, unhelpful, error message when importing malformed MP3 file
Last modified: 2020-08-10 05:41:26 UTC
Created attachment 976 [details] Cryptic error message when importing malformed MP3 file the following cryptic, unhelpful, error message appears: >MP3 Decoding failed >forbidden bit allocation value Just what is the second part this message meant to explain to the average user? The underlying issue is that they are trying to import an file that is masquerading as am MP3 but is not in fact an MP3 or a properly formulated MP3. Surely it would be much better if we could tell them that. This was observed when testing the 2.4.2 fix for Bug #421 Observed on W10 and macOS 10.15.4 so assume all platforms.
*** Bug 2444 has been marked as a duplicate of this bug. ***
Fix in: https://github.com/audacity/audacity/commit/dffa24c Message now reads: [Window Title] Message [Main Instruction] Import failed [Content] This is likely caused by a malformed MP3. [OK]
(In reply to Leland Lucius from comment #2) Tested on W10 with Audacity 3.0.0 dffa24c Looks much better with this message - thanks Leland
(In reply to Leland Lucius from comment #2) Also tested on macOS 10.15.6 with Audacity 3.0.0 dffa24c Same improved error message