gevent-socketio Questions
2
I am using Flask-socketio (http://flask-socketio.readthedocs.org/en/latest/).
I am currently getting a
KeyError: '/local'
when using this in events.py. Note the differing namespaces:
@socketio...
Cajole asked 16/7, 2014 at 11:14
1
I am trying to deploy gunicorn + gevent behind nginx (v 1.3.14) on dotcloud. I have a few questions about it. I am aiming to adapt the python-on-dotcloud example. So far, I have not been able to ge...
Jonette asked 8/3, 2013 at 15:13
1
Solved
I have a flask webapp running pandas to do some data analysis on the backend.
Right now, i took the naive approach of using AJAX for user to send queries back to the server and interact with the ...
Recreation asked 23/2, 2015 at 10:22
2
Solved
I'm running a gevent-socketio Django application.
I have something similar to this class
@namespace('/connect')
class ConnectNamespace(BaseNamespace):
def on_send(self, data):
# ...
However,...
Nebulose asked 20/3, 2013 at 22:4
1
Solved
I would like to use gevent-socketio to send messages from a worker thread and update all connected clients on the status of the job.
I tried this:
from flask import Flask, render_template
from fl...
Batwing asked 12/11, 2014 at 19:20
3
I have a flask/gevent SocketIOServer and need to make it work as a service:
class TeleportService(win32serviceutil.ServiceFramework):
_svc_name_ = "TeleportServer"
_svc_display_name_ = "Teleport...
Damoiselle asked 13/2, 2013 at 21:22
1
Solved
I've been having a bit of trouble getting Nginx to play nicely with the Python Flask-socketio library (which is based on gevent). Currently, since we're actively developing, I'm trying to get Nginx...
Substantive asked 8/4, 2014 at 3:37
1
Solved
here is my error when I try to install gevent-socketio
Installing collected packages: gevent, greenlet
Running setup.py install for gevent
building 'gevent.core' extension
gcc -pthread -fno-s...
Subclimax asked 14/12, 2013 at 11:28
1
Good Morning,
I have been having some trouble and I am hoping some one will be able to help me out a bit here. What I am trying to do is access the Flask Session within a Gevent Socket-IO Name spa...
Unpracticed asked 12/8, 2013 at 13:50
3
I am running a django project that uses gevent-socketio.
For some reason on my development server, all my websockets requests are returning a 101 pending message at which socketio will start cycl...
Unbosom asked 23/5, 2013 at 16:5
1
© 2022 - 2024 — McMap. All rights reserved.