I am able to run polly from the command line but the same time when I try to use AWS Transcribe I get a connection reset error
JSON:
JSON received: {
"TranscriptionJobName": "test",
"LanguageCode": "en-US",
"MediaSampleRateHertz": 24000,
"MediaFormat": "mp3",
"Media": {
"MediaFileUri": "https://filename.mp3"
}
}
Command Line:
aws transcribe start-transcription-job --region 'us-east-1' --cli-input-json file://test.json
Output:
('Connection aborted.', error(54, 'Connection reset by peer'))
Any direction as to how I can know more about the error.