You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(CaseClauseError) no case clause matching:
{:ok, %HTTPoison.Response{body: "{\"message\":\"The security token included in the request is invalid.\"}", headers: [{"x-amzn-RequestId", "7b046fac-cd2d-11e7-b2af-914568816213"}, {"x-amzn-ErrorType", "UnrecognizedClientException:http://internal.amazon.com/coral/com.amazon.coral.service/"}, ...
...
...
}
(platform) lib/platform/speech/aws/polly.ex:137: Platform.Speech.AWS.Polly.get_binary_speech/2
Response is :ok but there is an x-amzn-ErrorType in this response.
Maybe we should create two functions?
get_binary_speech/2 get_binary_speech!/2
The text was updated successfully, but these errors were encountered:
Response is :ok but there is an
x-amzn-ErrorType
in this response.Maybe we should create two functions?
get_binary_speech/2
get_binary_speech!/2
The text was updated successfully, but these errors were encountered: