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
recording
finished recording
Asking:
Traceback (most recent call last):
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 164, in
main()
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 153, in main
asyncio.coroutine(ask_chat_gpt(args, question))
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 48, in ask_chat_gpt
chat = Chatbot(args.session_token, args.bypass_node)
File "/home/nick/.local/lib/python3.9/site-packages/ChatGPT_lite/ChatGPT.py", line 15, in init
self.socket.connect(
File "/home/nick/.local/lib/python3.9/site-packages/socketio/client.py", line 338, in connect
raise exceptions.ConnectionError(exc.args[0]) from None
socketio.exceptions.ConnectionError: Connection error
Anyone know what could be causing this?
The text was updated successfully, but these errors were encountered:
recording
finished recording
Asking:
Traceback (most recent call last):
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 164, in
main()
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 153, in main
asyncio.coroutine(ask_chat_gpt(args, question))
File "/home/nick/VoiceGPT/voice_chatgpt/voice_chat.py", line 48, in ask_chat_gpt
chat = Chatbot(args.session_token, args.bypass_node)
File "/home/nick/.local/lib/python3.9/site-packages/ChatGPT_lite/ChatGPT.py", line 15, in init
self.socket.connect(
File "/home/nick/.local/lib/python3.9/site-packages/socketio/client.py", line 338, in connect
raise exceptions.ConnectionError(exc.args[0]) from None
socketio.exceptions.ConnectionError: Connection error
Anyone know what could be causing this?
The text was updated successfully, but these errors were encountered: