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

Code not functioning as described #2

Open
SoothingMist opened this issue Jul 22, 2022 · 2 comments
Open

Code not functioning as described #2

SoothingMist opened this issue Jul 22, 2022 · 2 comments

Comments

@SoothingMist
Copy link

Perhaps there is some confusion on my part.

  • Downloaded the zip file.
  • Opened a command console in Windows-10.
  • Went to the directory containing the code.
  • Used python -m venv venv (Python 3.10.1)
  • 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
@SoothingMist
Copy link
Author

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.

@punkyoon
Copy link
Owner

Oh, I missed this issue. I apologize for that.

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

2 participants