How to fix this bugsWriteID3v2() failed with message(s):
Invalid Language in COMM (eng)
$this->GenerateID3v2FrameData() failed for "COMM"
$this->GenerateID3v2Tag() failed
Failed to write tags!
-
- User
- Posts:3
- Joined:Sat Aug 01, 2015 7:39 pm
- Are you a spambot?:no
Failed to write tags!
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Failed to write tags!
Tag writing is generally unsupported, but let's take a quick look.
I assume you're using the latest version of getID3 from Github?
"eng" should be a valid language for COMM. What data are you passing to GenerateID3v2Tag?
I assume you're using the latest version of getID3 from Github?
"eng" should be a valid language for COMM. What data are you passing to GenerateID3v2Tag?
-
- User
- Posts:3
- Joined:Sat Aug 01, 2015 7:39 pm
- Are you a spambot?:no
Re: Failed to write tags!
Here is my script ...
please check it and tell me how to fix it ....
http://maxwap.in/scan_dir/my_getid_script.zip
Thank you.
please check it and tell me how to fix it ....
http://maxwap.in/scan_dir/my_getid_script.zip
Thank you.
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Failed to write tags!
Your link is broken.
I don't need your whole code, please just copy-paste the very small relevant section where you're calling GenerateID3v2Tag()
And before you do that, please confirm what version of getID3 you're using.
I don't need your whole code, please just copy-paste the very small relevant section where you're calling GenerateID3v2Tag()
And before you do that, please confirm what version of getID3 you're using.
-
- User
- Posts:3
- Joined:Sat Aug 01, 2015 7:39 pm
- Are you a spambot?:no
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Failed to write tags!
See my previous post.