You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2020-09-20 21:33:10,255: ERROR/MainProcess] api.node.sysinfo.tasks.node_sysinfo_cb[7e7u1-cdefd1dd-67a8-43e5-8498]: Unicode-objects must be encoded before hashing
Traceback (most recent call last):
File "/opt/erigones/api/node/sysinfo/tasks.py", line 181, in node_sysinfo_cb
NodeSystemRestarted(node, system_version=node.system_version).send()
File "/opt/erigones/api/system/node/events.py", line 14, in __init__
task_id = task_id_from_string(node.owner.id, dummy=True, dc_id=DEFAULT_DC, tt=TT_DUMMY, tg=TG_DC_UNBOUND)
File "/opt/erigones/que/utils.py", line 65, in task_id_from_string
return task_prefix + '-' + hashlib.md5(user_id).hexdigest()[-8:] + x[8:-13]
TypeError: Unicode-objects must be encoded before hashing
Related items:
The main project is deployed on
mgmt01
and all nodes. Part of this upgrade is/opt/local
to newest LTS (19Q4
)envs
The text was updated successfully, but these errors were encountered: