
I have downloaded the latest EZ Builder beta and trying to use bing speech rec and I keep getting the same error. Anyone tell me what this is? Looks to me that maybe there is no more free API and maybe have to use the Advanced Bing plug in with our own API? Or totally something on my end?Code:
Data Sent!
Error in response received: Server was unable to process request. ---> 8/15/2019 8:57:44 PM: Query Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Column 'ResultTxt' cannot be null
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Common.DatabaseV2.QueryTable(String queryStr) in c:\Raid\Webs\ez-robot\App_Code\Common\DatabaseV2.cs:line 229 Query: insert into userServiceCustomer (customerId, UserServiceTypeId, CreatedDateTime, ResultTxt) values ('827', '3', '2019-08-15 20:57:44', null); select @@identity;
But now I get :
EDIT: think it could now be my mic. Going to change it out.Code: