-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
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
DEEPGRAM_ENV=development #15
Comments
hey, |
Thanks, I'm a bit unclear on how to run the code otherwise though, I keep getting this error: DeepgramError: A deepgram API key is required This is happening despite having .env.local with the API key. |
it could be that in your environment, the key is not living long enough for the connection to be started. you could increase the time to live. it should be really short though. you'll need to adjust it based on your needs |
I have tried adjusting to 5 min, same error
Only works with |
Same here, I can't get it to work without development env variable, but it just stopped working completely for me nw |
Same issue here |
go to advanced when creating the key and select role: Admin |
same issue here. added a new key with role: Admin. |
I ended up not using temporary keys, since they did not work reliably. |
DEEPGRAM_ENV=development is missing in .env.local and API logic in README won't work without it.
The text was updated successfully, but these errors were encountered: