An Overlay proof-of-concept Application for Valorant giving information in real-time about current match, spike and player status(dead/alive, weapons, ultimate points, shields etc.)
MIT License
106
stars
22
forks
source link
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. #25
First error I received:
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.
So I changed app.py script from:
socket_io.run(app, port=4445, host="127.0.0.1", debug='true')
to
socket_io.run(app, port=4445, host="127.0.0.1", debug='true',allow_unsafe_werkzeug=True)
...Now server is up and running but no pictures or images, nothing...
console says "1 machine connected" but nothing happens (while game open in 1920x1080 windowed mode)
If I manually run get_live_frames.py while server is running, finally app.py starts to do something, but surely this means all other scripts arent being auto-ran by app.py ?
This is so confusing.
I tried to set "working directory to app folder" in PyCharm but maybe I did it wrong?:
My server is not updating guys after creation.
First error I received:
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.
So I changed app.py script from:
socket_io.run(app, port=4445, host="127.0.0.1", debug='true')
tosocket_io.run(app, port=4445, host="127.0.0.1", debug='true',allow_unsafe_werkzeug=True)
...Now server is up and running but no pictures or images, nothing...
console says "1 machine connected" but nothing happens (while game open in 1920x1080 windowed mode) If I manually run get_live_frames.py while server is running, finally app.py starts to do something, but surely this means all other scripts arent being auto-ran by app.py ?
This is so confusing. I tried to set "working directory to app folder" in PyCharm but maybe I did it wrong?:
please help guys my discord is my username, ty