Skip to main content

Questions tagged [flask]

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

-2 votes
1 answer
23 views

What is the default way to validate query string parameters in a rest endpoint?

I am designing a REST API using Python and Flask. I'm curious, what should happen in case someone inputs an invalid query string parameter? GET https://www.example.com/users?page=1;count=20;...
Maria Rona's user avatar
0 votes
0 answers
24 views

Flask_MQTT Messages not being received

I am trying to get a Webpage updated dynamically with data recieved via MQTT. I have a local python client publishing data to a Mosquitto install on a VPS. I've tested it with MQTT protocol using ...
Byte Insight's user avatar
  • 1,082
-3 votes
0 answers
21 views

Flask ( micro web framework in Python ), Python, Web [duplicate]

World! Currently, I am working on a ML project that requires a website The ML model is run in backend, and we display the output on frontend, aka the website. Now my machine model works well, but when ...
user26439702's user avatar
0 votes
0 answers
14 views

Runnig a simple model on PyTorch and Flask on NPU/GPU

My code is below: The code works when I run it on CPU however, when I move to a device such as NPU I get an error in the step when I try to move the tensor to the device tensor = tensor.to(device). ...
fanbondi's user avatar
  • 1,047
0 votes
0 answers
19 views

Flask cannot get Chinese args

I have build a flask app in docker from nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04. But this flask cannot receive any utf-8 request with the Bad request syntax error. # here the messy code ä½\xa0好 ...
Whisht's user avatar
  • 733
0 votes
0 answers
22 views

SQLAlchemy - MySQL database connection timeouts

I am having a webapp with python as backend. In this webapp, I need a connection to my MySQL database, which I establish by using SQLAlchemy. The problem is that whenever I start my application on the ...
mbr's user avatar
  • 1
-3 votes
0 answers
29 views

Assistance Required for Heroku Deployment Error: Unsupported Python Version

I encountered an issue while deploying my Flask application to Heroku. During the deployment process, I received an error indicating that the requested Python runtime version is not available for the ...
Sarun Saji's user avatar
0 votes
0 answers
26 views

I am still kind of unfamiliar with Flask, and I am completely stuck on this error. "user table not found" in Insomnia / Postman

This is the code creating the user model in my models.py from flask_sqlalchemy import SQLAlchemy db = SQLAlchemy() """ class User: id:integer username:string email:string ...
Jabrawl's user avatar
0 votes
0 answers
15 views

Issue passing tasks from Flask App to Celery Worker - Flask App / Blueprints / Docker

I have a flask app with various endpoints and want to add an endpoint to a celery worker task que. It has been challenging to get the celery worker container to build due to circular imports. I tried ...
user26419290's user avatar
-1 votes
1 answer
11 views

Which version of Quart to use?

I have a very simple Flask website running on my Synology NAS. I discovered that I probably need asyncio capabilities. I found out that these do not work with Flask. Via Google I learned that Quart is ...
Fred Verhoeckx's user avatar
0 votes
0 answers
16 views

Problems adding column to Superset User model (ab_user, Flask, Flask-Migrate)

I am trying to extend the user model in Apache/Superset and add that change to the migration folder. I want to add a new column called "solution_uuid" to the model. I made my own fork of ...
Erik Ahlund Helguera's user avatar
-1 votes
0 answers
19 views

Website User Management for a python flask application hosted on a VPS [closed]

I'm building my first website, but I just encountered a problem that I have not been able to solve: I have a python flask app as well as several HTML files that make up my website, hosted on a VPS The ...
Adrien Reiser's user avatar
0 votes
0 answers
8 views

Flask swagger is not loading - flasgger

I have used flasgger to create Swagger UI for my flask application. On local it is working fine & swagger is loading properly but when I am running it on the server I am getting below error: **...
Ashrita Gupta's user avatar
0 votes
1 answer
38 views

Stuck in handling incorrect input data on web app for model training

I am trying to add an exception feature in an ML project I am working on, I create a web app which accepts student performance data as a CSV file and then performs different machine learning ...
Harshit Kedia's user avatar
0 votes
0 answers
16 views

Graphql or rest in RT chat in a spa running on flask and react?

I have a react app using flask backend. I have changed from rest to grapgql now for user reg, login, auto. Also posting services and for the feed to GET the posts. I am going to implement a one-to-one ...
Jensus's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
3717