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 am also having issues with this project. Does not seem to work all the way.
There's a PR fixing something related to headers: #43
Try changing extra_headers -> additional_headers
Problem:
I am facing an issue when trying to connect to OpenAI's Realtime API through WebSocket in the
twilio-openai-realtime-voice-assistant
project.Error details:
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'extra_headers'
.Steps to reproduce:
uvicorn
server.Expected result:
The WebSocket connection should establish successfully, and the server should be able to send and receive audio data.
Actual result:
The connection fails with the error message mentioned above.
Additional Information:
extra_headers
in thewebsockets.connect()
function.websockets
package.Error log file
log.txt
I try to solve everything it won't work
i copy and make exactly in documentation but errors
The text was updated successfully, but these errors were encountered: