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
Quickstart client doesn't seem to be working with the local setup but works with the hosted API
#quickstart_server.py
2024-05-17 19:37:20.760 INFO {assistant_manager} [run] Done with execution of the agent
INFO: connection closed
Traceback (most recent call last):
File "X:\bolna\bolna\input_handlers\default.py", line 67, in _listen
request = await self.websocket.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\bolna\my_env\Lib\site-packages\starlette\websockets.py", line 133, in receive_json
self._raise_on_disconnect(message)
File "X:\bolna\my_env\Lib\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"], message.get("reason"))
starlette.websockets.WebSocketDisconnect: (1000, None)
2024-05-17 19:37:20.775 INFO {default} [_listen] Error while handling websocket message: (1000, None)
2024-05-17 19:37:20.775 INFO {deepgram_transcriber} [_check_and_process_end_of_stream] First closing transcription websocket
2024-05-17 19:37:20.776 ERROR {base_transcriber} [_close] Error while closing transcriber stream received 1000 (OK); then sent 1000 (OK)
2024-05-17 19:37:20.776 INFO {deepgram_transcriber} [_check_and_process_end_of_stream] Closed transcription websocket and now closing transcription task
2024-05-17 19:37:21.659 ERROR {deepgram_transcriber} [send_heartbeat] Error while sending: received 1000 (OK); then sent 1000 (OK)
2024-05-17 19:37:31.150 INFO {task_manager} [__handle_initial_silence] Woke up from my slumber True, [{'role': 'system', 'content': 'Ask if they are coming for party tonight'}], [{'role': 'system', 'content': 'Ask if they are coming for party tonight'}]
#quickstart_client.py
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
ERROR:root:received 1000 (OK); then sent 1000 (OK)
Traceback (most recent call last):
File "x:\bolna\local_setup\quickstart_client.py", line 176, in <module>
asyncio.run(main())
File "C:\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "x:\bolna\local_setup\quickstart_client.py", line 172, in main
await asyncio.gather(*tasks)
File "x:\bolna\local_setup\quickstart_client.py", line 80, in emitter
await self.ensure_open()
File "X:\bolna\my_env\Lib\site-packages\websockets\legacy\protocol.py", line 944, in ensure_open
raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedOK: received 1000 (OK); then sent 1000 (OK)
The text was updated successfully, but these errors were encountered:
Quickstart client doesn't seem to be working with the local setup but works with the hosted API
The text was updated successfully, but these errors were encountered: