-
a lot of the time in the current dispatcher the exception flows are not particularly untested, and occasionally fail within the exception handling. Due to time constrains and organizational prioriti…
-
Hi,
I am using
celery==5.1.2
redis==3.5.3
django-celery-beat==2.2.1
I have schedule a task to run at every 60 seconds. The task role is just to generate a pub sub message.
The code is deployed in …
-
We will eventually want to have some simple system of authentication and authorization, so that we can make the Loom web site public and still keep private datasets there. Some options:
- Have two dis…
-
Hi,
I'm trying to install FreeTAKServer on Windows 10 but having issues. I'm using the instructions here:
https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/blob/main/docs/docs/Installation/Wind…
-
Try to request .SSEA
File "/export/scratch/devel/FlaskRFA/src/service.py", line 15, in procResponse
for u in p.dispatchEventQueue():
OverflowError: bad numeric conversion: positive overflow
…
-
Thanks for the package, it helped me a lot in handling OAuth with MediaWiki. It works fine, performs OAuth but I am encountering an error at callback url. The error is:
```
Traceback (most recent …
-
Using python 3.6 with the following code causes an infinite recursion of python super calls leading to a crash
```
import eventlet
eventlet.monkey_patch()
import os
import socket
from flask …
-
The current `AddPythonApp` methods have a few usability issues:
- When it was renamed from `AddPythonProject`, the `projectDirectory` parameter wasn't renamed to `appDirectory`
- The two overloads b…
-
Suddenly, approximately an hour before writing this, I began encountering an error when attempting to run the TEST FUNCTION in the GFC UI. The error message reads: "ERROR: failed to build: executing l…
-
openvidu does not accept a json object as the custom meta data sent in the creation of tokens--only a string. The 400 error and docs are not abundantly clear about this on the openvidu side, as I got …