Giter VIP home page Giter VIP logo

Comments (7)

shp7724 avatar shp7724 commented on June 8, 2024

Same here.

from house.

viet03197 avatar viet03197 commented on June 8, 2024

You will have to downgrade your socketio and engineio to 4.x and 3.x respectively.
For example, do this inside the virtual environment should make this work:

pip install --upgrade python-socketio==4.6.1
pip install --upgrade python-engineio==3.14.2

from house.

Chudry avatar Chudry commented on June 8, 2024

upgrade your python version >=3.8, then simply install the requirements

from house.

rubaljain avatar rubaljain commented on June 8, 2024

In my case, Python version is 3.9.6 but the issue still persists and when I downgrade socketio and engineio, I face the below issue:

AttributeError: 'Server' object has no attribute 'get_environ'

Can anyone suggest a solution here?

from house.

cryptax avatar cryptax commented on June 8, 2024

You cannot use a flask-socketio more recent than 4.3.2, and on the other side, this no longer works with the recent Flask, so you also have to use Flask==2.0.3 and Werkzeug==2.0.3.

This requirements.txt works:

Flask==2.0.3
Werkzeug==2.0.3
colored
frida
jinja2
requests
flask-socketio==4.3.2
flask-login
ipython

from house.

tianxia-- avatar tianxia-- commented on June 8, 2024

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)

from house.

tianxia-- avatar tianxia-- commented on June 8, 2024

Upgraded the version of the library mentioned above, but still cannot be used

from house.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.