We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: When using the AssemblyAI Node SDK in a Cloudflare Worker, I encounter the following error:
TypeError: Cannot read properties of undefined (reading 'node')
Code Snippet:
const { AssemblyAI } = await import('assemblyai'); const client = new AssemblyAI({ apiKey: getSecret('ASSEMBLY_AI_KEY'), }); const transcript = await client.transcripts.get(transcriptionId);
Environment:
Steps to Reproduce:
ASSEMBLY_AI_KEY
transcriptionId
Expected: Successfully retrieve the transcript.
Actual: Error in Cloudflare logs:
Notes:
Request: Assistance in resolving this issue or guidance on using AssemblyAI SDK with Cloudflare Workers.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
When using the AssemblyAI Node SDK in a Cloudflare Worker, I encounter the following error:
Code Snippet:
Environment:
Steps to Reproduce:
ASSEMBLY_AI_KEY
secret.transcriptionId
.Expected:
Successfully retrieve the transcript.
Actual:
Error in Cloudflare logs:
Notes:
Request:
Assistance in resolving this issue or guidance on using AssemblyAI SDK with Cloudflare Workers.
Thank you!
The text was updated successfully, but these errors were encountered: