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
I'm getting the following error using the AssemblyAI SDK on Deno 2.1.10 with the SDK imported as "assemblyai": "npm:assemblyai@^4.9.0". Using the straight HTTP API is fine.
Error: Not found
at TranscriptService.fetch (file:///Users/chris/Library/Caches/deno/npm/registry.npmjs.org/assemblyai/4.9.0/dist/deno.mjs:88:23)
at eventLoopTick (ext:core/01_core.js:177:7)
at async TranscriptService.fetchJson (file:///Users/chris/Library/Caches/deno/npm/registry.npmjs.org/assemblyai/4.9.0/dist/deno.mjs:95:26)
at async TranscriptService.submit (file:///Users/chris/Library/Caches/deno/npm/registry.npmjs.org/assemblyai/4.9.0/dist/deno.mjs:510:22)
at async TranscriptService.transcribe (file:///Users/chris/Library/Caches/deno/npm/registry.npmjs.org/assemblyai/4.9.0/dist/deno.mjs:472:28)
The text was updated successfully, but these errors were encountered:
I'm getting the following error using the AssemblyAI SDK on Deno 2.1.10 with the SDK imported as
"assemblyai": "npm:assemblyai@^4.9.0"
. Using the straight HTTP API is fine.The text was updated successfully, but these errors were encountered: