Skip to content

Instantly share code, notes, and snippets.

@EmilAlipiev
Created March 29, 2018 14:15
Show Gist options
  • Save EmilAlipiev/ebcda35b693afe79b58c3d8d2383689b to your computer and use it in GitHub Desktop.
Save EmilAlipiev/ebcda35b693afe79b58c3d8d2383689b to your computer and use it in GitHub Desktop.
{System.ArgumentException: Error with TTS engine on progress listener
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at Plugin.TextToSpeech.TextToSpeech+<Speak>d__16.MoveNext () [0x001f4] in C:\projects\texttospeechplugin\src\TextToSpeech.Plugin.Android\TextToSpeech.cs:215
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at Plugin.TextToSpeech.TextToSpeech+<Speak>d__13.MoveNext () [0x001a1] in C:\projects\texttospeechplugin\src\TextToSpeech.Plugin.Android\TextToSpeech.cs:102
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <fcbf47a04b2e4d90beafbae627e1fca4>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment