Cannot save single file in album "Invalid Frame ID"

Receiving the following error when saving two tracks. I verified that they are not read-only and even copied the mp3’s and tried to save the copies and it didn’t work either. Does anyone have any ideas?

E: 16:06:42 Traceback (most recent call last):
File “picard\util\thread.pyo”, line 46, in run
File “picard\file.pyo”, line 210, in _save_and_rename
File “picard\formats\id3.pyo”, line 420, in _save
File “picard\formats\id3.pyo”, line 526, in _save_tags
File “mutagen_util.pyo”, line 152, in wrapper
File “mutagen_util.pyo”, line 123, in wrapper
File “mutagen\id3_file.pyo”, line 247, in save
File “mutagen\id3_file.pyo”, line 181, in _prepare_data
File “mutagen\id3_tags.pyo”, line 193, in _write
File “mutagen\id3_tags.pyo”, line 510, in save_frame
File “mutagen\id3_frames.pyo”, line 205, in _writeData
File “mutagen\id3_frames.pyo”, line 143, in _get_v23_frame
File “mutagen\id3_frames.pyo”, line 68, in init
File “mutagen\id3_frames.pyo”, line 78, in setattr
File “mutagen\id3_specs.pyo”, line 409, in validate
ValueError: Invalid frame ID

E: 16:06:45 Traceback (most recent call last):
File “picard\util\thread.pyo”, line 46, in run
File “picard\file.pyo”, line 210, in _save_and_rename
File “picard\formats\id3.pyo”, line 420, in _save
File “picard\formats\id3.pyo”, line 526, in _save_tags
File “mutagen_util.pyo”, line 152, in wrapper
File “mutagen_util.pyo”, line 123, in wrapper
File “mutagen\id3_file.pyo”, line 247, in save
File “mutagen\id3_file.pyo”, line 181, in _prepare_data
File “mutagen\id3_tags.pyo”, line 193, in _write
File “mutagen\id3_tags.pyo”, line 510, in save_frame
File “mutagen\id3_frames.pyo”, line 205, in _writeData
File “mutagen\id3_frames.pyo”, line 143, in _get_v23_frame
File “mutagen\id3_frames.pyo”, line 68, in init
File “mutagen\id3_frames.pyo”, line 78, in setattr
File “mutagen\id3_specs.pyo”, line 409, in validate
ValueError: Invalid frame ID

Something seems to be wrong with the ID3 tags already present. Maybe try enabling the “clear existing tags” option and save those two files again.

6 Likes

Thank you so much, outsidecontext!!! That was exactly the problem and it saved the files. You’re a life saver!

1 Like

Worked for me, thanks @outsidecontext

1 Like

@outsidecontext, I believe that it’s never too late to hear a thank you, so thank you for this simple solution. It still works in 2022!

2 Likes