Arthur
Arthur
Feel free to do a PR for this Issue. I can merge it and release a new version.
Hi @blacking, which Python version are you running?
Hi, django 1.4 is not supported because it is also unsupported by the django developers itself
Hey, could it be that you don't have `django.core.context_processors.request` enabled as a context processor? (https://docs.djangoproject.com/en/1.7/ref/templates/api/#django-core-context-processors-request)
@ask could you release a new version with the fix for this?
Japronto is no longer under active development
I've updated to chart v2 and see the same error. Chart v1 worked fine but now the `falco-driver-loader` shows: ```sh * Setting up /usr/src links from host * Running falco-driver-loader...
Any update on this? Homebrew Python is on 3.9 and this script fails
To reproduce: ``` dd if=/dev/urandom of=output.dat bs=1m count=100 curl -v --request POST 'https://watcher-info/status.get' -d @output.dat -H "Content-Type: application/json" ```
I think I was just not expecting this to be an exception. If someone uploads a too-large file at 3AM it would page the on-call engineer which is not really...