On 10/13/20 1:11 AM, r.woithe@callassoftware.com wrote:
Hello, System: Mailman Core Version GNU Mailman 3.2.2 (La Villa Strangiato) Mailman Core API Version 3.0 Mailman Core Python Version 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0]
all this runs on Ubuntu 20.04. Our mailman3-web.log file is full of this error.Traceback:
00:00:17 [Q] ERROR reincarnated pusher Process-1:731365 after sudden death 00:00:17 [Q] INFO Process-1:731366 pushing tasks at 3061233 Process Process-1:731366: Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/django_q/cluster.py", line 300, in pusher task = SignedPackage.loads(task[1]) File "/usr/lib/python3/dist-packages/django_q/signing.py", line 28, in loads return signing.loads(obj, File "/usr/lib/python3/dist-packages/django_q/core_signing.py", line 38, in loads return serializer().loads(data) File "/usr/lib/python3/dist-packages/django_q/signing.py", line 44, in loads return pickle.loads(data) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128)
Is there a patch or workaround for this error or we are the one and only?
This is a qcluster issue. Without knowing what it is that qcluster is looking at that is causing this, I have no idea what the problem is.
You could try disabling qcluster. You probably have something like
Q_CLUSTER = {
'timeout': 300,
'save_limit': 100,
'orm': 'default',
}
in settings.py. You can comment out or remove this or I think you can
just put del Q_CLUSTER
in settings_local.py. Possibly this will avoid
the error or move it somewhere else where we can get more information.
Possibly you can also get more information on the error by implementing a simple error reporter for qcluster. See <https://django-q.readthedocs.io/en/latest/errors.html>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan