Skip to content
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

(data instanceof Blob) #12

Open
doc-capdoc opened this issue Oct 3, 2024 · 0 comments
Open

(data instanceof Blob) #12

doc-capdoc opened this issue Oct 3, 2024 · 0 comments

Comments

@doc-capdoc
Copy link

Server is listening on port 3000
socket: client connected
deepgram: connected
socket: client data received
socket: data sent to deepgram
C:\Users\tjc\dev\lived\node_modules@deepgram\sdk\dist\main\packages\LiveClient.js:84
else if (data instanceof Blob) {
^

ReferenceError: Blob is not defined
at LiveClient.send (C:\Users\tjc\dev\lived\node_modules@deepgram\sdk\dist\main\packages\LiveClient.js:84:38)
at WebSocket. (C:\Users\tjc\dev\lived\server.js:75:16)
at WebSocket.emit (node:events:513:28)
at Receiver.receiverOnMessage (C:\Users\tjc\dev\lived\node_modules\ws\lib\websocket.js:1209:20)
at Receiver.emit (node:events:513:28)
at C:\Users\tjc\dev\lived\node_modules\ws\lib\receiver.js:581:16
at node:internal/process/task_queues:141:7
at AsyncResource.runInAsyncScope (node:async_hooks:203:9)
at AsyncResource.runMicrotask (node:internal/process/task_queues:138:8)
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant