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
Used venv\Scripts\activate to open virtual environment
Used pip install -r requirments.txt
Used python server.py
Received the following error message:
(venv) D:\live-graph-master>python server.py
Restarting with stat
Debugger is active!
Debugger PIN: 827-294-179
Exception in thread Thread-1 (run_server):
Traceback (most recent call last):
File "D:\Program_Files\Python\Python3.10.1\lib\threading.py", line 1009, in _bootstrap_inner
self.run()
File "D:\Program_Files\Python\Python3.10.1\lib\threading.py", line 946, in run
self._target(*self._args, **self.kwargs)
File "D:\live-graph-master\venv\lib\site-packages\flask_socketio_init.py", line 603, in run_server
addresses = eventlet.green.socket.getaddrinfo(host, port)
File "D:\live-graph-master\venv\lib\site-packages\eventlet\support\greendns.py", line 563, in getaddrinfo
raise socket.gaierror(socket.EAI_NONAME, 'No address found')
socket.gaierror: [Errno 11001] No address found
The text was updated successfully, but these errors were encountered:
Ran this same process under WSL, MS' Linux emulator on Windows 10. Received the following error message: The client is using an unsupported version of the Socket.IO or Engine.IO protocols.
Perhaps there is some confusion on my part.
(venv) D:\live-graph-master>python server.py
Exception in thread Thread-1 (run_server):
Traceback (most recent call last):
File "D:\Program_Files\Python\Python3.10.1\lib\threading.py", line 1009, in _bootstrap_inner
self.run()
File "D:\Program_Files\Python\Python3.10.1\lib\threading.py", line 946, in run
self._target(*self._args, **self.kwargs)
File "D:\live-graph-master\venv\lib\site-packages\flask_socketio_init.py", line 603, in run_server
addresses = eventlet.green.socket.getaddrinfo(host, port)
File "D:\live-graph-master\venv\lib\site-packages\eventlet\support\greendns.py", line 563, in getaddrinfo
raise socket.gaierror(socket.EAI_NONAME, 'No address found')
socket.gaierror: [Errno 11001] No address found
The text was updated successfully, but these errors were encountered: