【MFA】TypeError: sequence item 0: expected str instance, TextParseError found

An error is reported during execution mfa validate.
insert image description here

Found line 1045 of the acoustic_corpus.py file

insert image description here

Why it is wrong is hard to say, but it does not prevent the problem from being solved. I observed that this is a part of the execution output log, so I just need to know what it wants to output.

So directly output error_dict[k] in the front
insert image description here
and execute again:mfa validate

Got the log content that should have been output

insert image description here

Check the corresponding file (I deleted it directly)

Execute again:mfa validate
insert image description here

It is already executable.

Guess you like

Origin blog.csdn.net/qq_46319397/article/details/129453537