Sebastiaan ten Pas

Results 15 comments of Sebastiaan ten Pas

I get the same error: ``` [2022-11-09 10:41:07,769: CRITICAL/MainProcess] Unrecoverable error: TypeError("JSONDecodeError.__init__() missing 2 required positional arguments: 'doc' and 'pos'") Traceback (most recent call last): File "/workspace/XXX/.venv/lib/python3.10/site-packages/celery/worker/worker.py", line 203, in...

For anyone looking for a workaround for this issue: it's an issue related to using celery in combination with requests. I recently changed to httpx instead of requests (not because...

I recently started using the cloudflare provider and I immediately bumped into problems with the provider. This also led me to this issue and I'm wondering: what would you advice...