Hi Halle,
Recently, I noticed that I started receiving some errors when generating the language model.
NSError *err = [languageModelGenerator generateRejectingLanguageModelFromArray:words withFilesNamed:modelName withOptionalExclusions:nil usingVowelsOnly:NO withWeight:nil forAcousticModelAtPath:[OEAcousticModel pathToModel:@”AcousticModelEnglish”]];
The following are the errors in the logs:
2015-04-27 22:44:38.377 Mayday[504:173263] PJSIP(2): pjsua_acc.c ….SIP registration failed, status=302 (Moved Temporarily)
2015-04-27 22:44:38.385 Mayday[504:173263] PJSIP(1): pjsua_acc.c …..Unable to create/send REGISTER: Object is busy (PJSIP_EBUSY) [status=171001]
With these errors, OpenEars seem to be still working. Do I need to be concerned with these errors?