GithubHelp home page GithubHelp logo

Comments (6)

miguelgrinberg avatar miguelgrinberg commented on April 28, 2024 1

You are not using the latest Flask-SocketIO. The version that you are using is only compatible with older versions of Flask. At some point around Flask 2.2 they have changed some implementation details regarding user sessions in a backwards incompatible way.

Flask-SocketIO 5.3.0 and up have adapted to their new way, so switch to that and hopefully you should be fine.

from flask.

miguelgrinberg avatar miguelgrinberg commented on April 28, 2024 1

I suggest that you start by closing this issue, since you do not seem to experience the original issue anymore.

The whole point of having the allow_unsafe_werkzeug flag is to prevent you from doing something that is almost always a bad idea. I would consider switching to a production server instead of continuing using Werkzeug. Try Gunicorn, for example.

Finally you seem to have a problem uploading files, which is completely unrelated to the allow_unsafe_werkzeug flag. You suggest that uploads work without this flag set, but that cannot be, since without the flag the web server wouldn't start at all. Once you collect enough information about your file upload issue, you may consider writing a discussions post on the Flask repo or Flask-SocketIO repo, whichever is the project you need help with.

from flask.

BrianMwas avatar BrianMwas commented on April 28, 2024

Thanks @miguelgrinberg let me try that out

from flask.

BrianMwas avatar BrianMwas commented on April 28, 2024

Will give feedback here instead of opening a new issue incase something occurs, I had tried adding the allow_wezbierg flag to true and it worked fine but I could not upload files for some reason

from flask.

BrianMwas avatar BrianMwas commented on April 28, 2024

Am getting the following error
RuntimeError('The Werkzeug web server is not ' backend | RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error.
If I add this flag to the socketio.run function uploading files fails,

from flask.

BrianMwas avatar BrianMwas commented on April 28, 2024

I've been in this loop for almost three days now, not sure whether its a combination of the package versions that's wrong or what it is really.

from flask.

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.