Getting 404 when trying to use streaming recognition mode #209
-
Which Deepgram product are you using?Deepgram API DetailsI've used the test suite client.py to transcribe audio in streaming mode. The problem is that DG API returns HTTP 404 error. If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?wss://api.deepgram.com/v1/listen?encoding=linear16&sample_rate=8000&channels=1 If you are making a request to the Deepgram API and have a request ID, please paste it below:96e49290-d275-4281-9348-0f2fc2d3ccbd If possible, please attach your code or paste it into the text box.No response If possible, please attach an example audio file to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @0x5F0887DF! Could you verify the Python command you're using to run the test suite? The streaming test suite contains two different client files— While |
Beta Was this translation helpful? Give feedback.
I've found the trouble in my DNS settings.
Thank you for your help.