I've followed both the Speech SDK quickstart and the Speech CLI quickstart, but continue receiving the following error (with the SDK):
'Connection failed (no connection to the remote host). Internal error: 1. Error details: Code: 2508. SessionId: d2adc133aa5d484f99993baf3d139b53'
And the following error (with the CLI):
SESSION STARTED: 6235df352895424a8eb77503f003bc99
CANCELED: Reason=Error
CANCELED: ErrorCode=ConnectionFailure
CANCELED: ErrorDetails=Connection failed (no connection to the remote host). Internal error: 1. Error details: Code: 2460. SessionId: 6235df352895424a8eb77503f003bc99
CANCELED: Did you update the subscription info?
SESSION STOPPED: 6235df352895424a8eb77503f003bc99
I am using the correct region and keys, and don't have any ports blocked on my firewall. I've tried through two different networks.
How do I fix this?