Traceback (most recent call last):
File "/Users/homeos/nitesh/act_reporter/mytest.py", line 64, in <module>
main()
File "/Users/homeos/nitesh/act_reporter/mytest.py", line 55, in main
conversation.start_session()
File "/Users/homeos/nitesh/act_reporter/venv/lib/python3.12/site-packages/elevenlabs/conversational_ai/conversation.py", line 128, in start_session
ws_url = self._get_signed_url() if self.requires_auth else self._get_wss_url()
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/homeos/nitesh/act_reporter/venv/lib/python3.12/site-packages/elevenlabs/conversational_ai/conversation.py", line 237, in _get_signed_url
return response.json()["signed_url"]
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'signed_url'
Rest all the code part works except conversation.start_session() This is where we get this error
Description
Used the basic conversational agent
Error:
Rest all the code part works except
conversation.start_session()
This is where we get this error