I am getting the following error message when editing and saving an existing audio node:
The following errors were encountered, preventing the ID3 tags from being saved:

* ID3v2 APIC data is not properly structured
* FormatDataForID3v2() failed

Comments

bomarmonk’s picture

Yes, I can confirm this one...

thomas23@drupal.org’s picture

Confirmed. When I edit some audio node and hit submit I get these messages (first two are not from audio.module):

Created new alias album/day-in-june/break-out for node/249, replacing album/day-in-june/break-out. album/day-in-june/-out now redirects to album/day-in-june/break-out
Audio Break Out has been updated.
The following errors were encountered, preventing the ID3 tags from being saved:ID3v2 APIC data is not properly structured
FormatDataForID3v2() failed

Anywho, as far as I can figure out this concerns writing meta tags to the audio files, doesn't it? Since I don't want to write the tags to the files anyway, is there a way to turn writing to files off? Or am I just too blind to see it?

Cheers!

9svn6’s picture

I just installed this module and I'm getting the same error:

The following errors were encountered, preventing the ID3 tags from being saved:

    * ID3v2 APIC data is not properly structured
    * FormatDataForID3v2() failed

Has anyone figured out what the problem is yet?

drewish’s picture

Status: Active » Fixed

should be fixed in the -dev release. make a backup of your files and database before updating though.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.