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

SocketIO Connection Error #3

Open
waterbear1488 opened this issue Jun 24, 2023 · 0 comments
Open

SocketIO Connection Error #3

waterbear1488 opened this issue Jun 24, 2023 · 0 comments

Comments

@waterbear1488
Copy link

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?

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