flaskcode icon indicating copy to clipboard operation
flaskcode copied to clipboard

ERROR] Error handling request

Open 1404276788 opened this issue 3 years ago • 2 comments

image image

1404276788 avatar Sep 30 '22 06:09 1404276788

Werkzeug==2.0.3 itsdangerous==2.0.1 jinja2==3.0.3 flask==1.1.2

You need to use with above requirements, create separate env and install with pip, for example, pip install flask==1.1.2

KaungMAung avatar Oct 29 '22 02:10 KaungMAung

the views.py line 21 response = send_file(file_path, mimetype='text/plain')#,cache_timeout=0 yes

lensli avatar Jan 11 '23 12:01 lensli