我可以从命令行运行 polly,但在尝试使用 AWS Transcribe 的同时,我收到连接重置错误
JSON:
JSON received: {
"TranscriptionJobName": "test",
"LanguageCode": "en-US",
"MediaSampleRateHertz": 24000,
"MediaFormat": "mp3",
"Media": {
"MediaFileUri": "https://filename.mp3"
}
}
命令行:
aws transcribe start-transcription-job --region 'us-east-1' --cli-input-json file://test.json
输出:
('Connection aborted.', error(54, 'Connection reset by peer'))
关于我如何更多地了解错误的任何方向。