Skip to main content
0 votes
0 answers
33 views

I am developing a project using flask, flask-socketio, and the Multiprocessing python libraries. My site runs on localhost (127.0.0.1:5000). The goal is to update the html template every second from ...
Wery848's user avatar
0 votes
1 answer
44 views

I am running a gunicorn server with 1 eventlet worker through which I communicate with the FE via websockets. However, I also need to listen to an external pod running some code that will emit a redis ...
Aitor Gastaminza Unanue's user avatar
0 votes
1 answer
57 views

I am trying to run a Flutter web frontend and a python flask + flask_socketio api/socketio backend in a docker compose file. The frontend image uses nginx as a reverse proxy, and its configuration ...
tommat208's user avatar
  • 389
0 votes
1 answer
177 views

Note: There is a discussion at GitHub but nothing was concluded. I am getting error - "Server.emit() got an unexpected keyword argument 'broadcast'" after python update from 3.8 to 3.11 in ...
Kanchan's user avatar
  • 1,627
2 votes
1 answer
41 views

I am trying to build a Leaderboard that updates real-time based on redis stream events. So I have this code in my frontend component that ultimately should be getting the latest updates real-time from ...
Vaggouras's user avatar
0 votes
0 answers
37 views

I am trying to connect a revpi to a windows pc to exchange input events using websockets. The server(revpi) looks as such: @app.route('/init', methods=['GET']) def initialize(): rpi.io.O_Unlock....
Ahmad Ali's user avatar
1 vote
2 answers
115 views

I'm new to Render , and I make a simple flask web socket I use these modules: ,flask_socketio ,flask ,gunicorn (to run my script on Render host) Here is my code for server side: from flask import ...
International programmer's user avatar
0 votes
2 answers
140 views

I would like to build an application to monitor files on my local computer through the browser. I have written a minimalistic example to illustrate this. The frontend should be able to request ...
tvoirand's user avatar
  • 440
1 vote
1 answer
83 views

I'm developing a Flask web application and using flask-sock for WebSocket communication. I need to pass WebSocket data received in send_output_with_context into filtered_chat_memory inside the index ...
Ken 1997's user avatar
0 votes
1 answer
116 views

So Im trying to generate speech and viseme data for my animation using azure services. But I have a problem when I run the exact same code in the Linux ubuntu 22.04. When I run it in windows 11 with ...
Abstract's user avatar
0 votes
1 answer
37 views

I have a flask server running, and sockets are connection successfully. I want to run a service that monitors stuff on my server, such as GPU usage with GPUMonitorService, and the broadcast that data ...
Barrard's user avatar
  • 2,062
-1 votes
1 answer
25 views

from flask import Flask, send_from_directory from flask_socketio import SocketIO import time import threading import os import serial # Serial Configuration (Modify COM Port if needed) SERIAL_PORT = &...
SeanBing's user avatar
0 votes
0 answers
41 views

Anytime I sent a post request to /tts/say or any other post request, the background task stops. Why is that and most importantly, how can I stop this behavior? I wasn't able to find more useful ...
opensource25's user avatar
0 votes
1 answer
39 views

I'm building a Flask application where I use Redis to receive data from a server, and then send that data to the frontend using Socket.IO. However, the emit() function is not sending the data to the ...
sanabil mustafa's user avatar
0 votes
0 answers
55 views

I've got about 100 lines of code that require some expertise. I'm working on a classic client-server structure using flask and websockets. The communication from the client to the server works fine, ...
Soulstorm89's user avatar

15 30 50 per page
1
2 3 4 5
73