Skip to main content

Questions tagged [flask]

Flask is a lightweight framework for developing web applications using Python.

0 votes
0 answers
33 views

win32com.client.GetObject('SAPGUI') error while connecting to SAP in flask

path = r"C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe" subprocess.Popen(path) time.sleep(5) SapGuiAuto = win32com.client.GetObject('SAPGUI') ...
Elysian's user avatar
  • 25
1 vote
0 answers
16 views

Debug flask docker container with breakpoints

I am building my flask application on ubuntu image, below is snippet of my dockerfile FROM ubuntu:24.04 # Install required packages and Python RUN apt-get update && \ apt-get install -y ...
ratnesh's user avatar
  • 529
1 vote
1 answer
39 views

Reduce Flask-API downtime in IIS

I'm using waitress to serve a Flask Python API in IIS 10.0, with the purpose of serving endpoints for reverse image searching. The initial part the script deals with importing a number of large files, ...
Johnny's user avatar
  • 139
-2 votes
0 answers
14 views

Deployment of Flask backend [closed]

I have an application for resume shortlisting. since it has to take 100s of resume, this backend is not getting deployed on Vercel which is showing "data is too long" as error. also ...
mansh anand's user avatar
0 votes
0 answers
20 views

Docker Push to AWS ECR Stuck on Preparing Layers

I'm trying to push a Docker image to AWS ECR, but the push operation gets stuck on the "Preparing" phase for several layers. Some layers are successfully pushed, but others seem to hang ...
Sathish 's user avatar
0 votes
0 answers
18 views

Flask socketio server crashes after a few days, ran out of ideas to fix it

for the past few months i've been running a socketio server for my multiplayer game. it seems to work alright, only after a day or two to crash with these errors : [2024-06-18 14:55:02 +0300] [250979]...
Scottas's user avatar
-1 votes
1 answer
19 views

Create login app with Auth0 for multiple external apps

I am working for a company that collaborates with multiple external consulting firms. These consultants create applications using my company's information. The external applications must log in with ...
Gabriel Álvarez Martínez-Conde's user avatar
1 vote
1 answer
30 views

python script crashes on Windows; fixed by running a separate memory update py script

I have a Python Flask API server that crashes after a few seconds when running on my new Windows machine (a Dell work station). There is usually no error message, but sometimes there are errors ...
Randy Lam's user avatar
  • 659
1 vote
2 answers
44 views

How can I get pre-existing data from a mysql database into a mysql docker container?

I am new to using Docker and I want to place an existing project in a set of Docker containers so I can run the project on other platforms/devices. I currently have a Flask app connected to a mysql ...
irishcomputing's user avatar
0 votes
0 answers
23 views

How to integrate Bokeh panel dashboard with Flask

I have created a panel dashboard and I want to integrate it with a Flask app. I have had some success in doing so, but I encountered a problem. When a user logs out and reloads the panel dashboard, it ...
Abhinandan's user avatar
0 votes
0 answers
50 views

Sphinx autoflask only makes one page for all the endpoints

I've inherited a project and am using Sphinx for the first time. I've got a app.py that has all my api endpoints and when you make documentation you have all the api.add_resources wrapped in a ...
jeffyd193's user avatar
1 vote
1 answer
33 views

Can't connect to dev server from mobile

I'm developing a web app and I want to test some features localy before pushing them to the server. Trouble is I can't seem to connect to my locally hosted Flask server from my (Android) phone. I keep ...
JB the frequently clueless's user avatar
0 votes
1 answer
39 views

How to start gunicorn when using a custom Post Deployment Action on Azure App Service

I am trying to use a Post Deployment Action on Azure App Service with a Flask app. I followed this Stack overflow post to accomplish the Post Deployment Action, but this results in the container not ...
Superdooperhero's user avatar
-2 votes
0 answers
19 views

unable to deploy my deep learning app based on flask [closed]

my ml app based out of flask,it takes pdf as input and lets users ask questions and utilizes BERT model to answer it, so far it is running locally good but no luck in deployment i tried vercel, ...
MOHAMMED's user avatar
0 votes
0 answers
42 views

Server-side events (SSE) when using flask via google webapp

I have hnuted an answer on this and closest I have come to my issue is this old and unanswered post here: python flask + Server Sent Events(SSE) in Google App Engine(GAE) I have a web app built in ...
NRD's user avatar
  • 141

15 30 50 per page
1
3 4
5
6 7
3722