Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Error : KeyError: 'WERKZEUG_SERVER_FD' #243

@gene1wood

Description

@gene1wood

This line in maws

os.environ["WERKZEUG_RUN_MAIN"] = "true"

appears to be triggering this issue pallets/werkzeug#2368

We're setting os.environ["WERKZEUG_RUN_MAIN"] = "true" in order to suppress the printing to the console of Flask information (as mentioned in cs01/gdbgui#425 (comment) )

The workaround for the moment appears to be downgrading werkzeug pip install 'Werkzeug<2.1.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions