Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

任务调度报错 #65

Open
liuHongyang0207 opened this issue May 27, 2024 · 0 comments
Open

任务调度报错 #65

liuHongyang0207 opened this issue May 27, 2024 · 0 comments

Comments

@liuHongyang0207
Copy link

[2024-05-27 11:36:00,147][INFO][decorators.py:27]==>[Successfully obtained redis distributed lock: Task [sync_redis] : task started]
easy audit had a pre-save exception.
Traceback (most recent call last):
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\utils\encoding.py", line 71, in force_str
s = str(s, encoding, errors)
^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\easyaudit\signals\model_signals.py", line 90, in pre_save
delta = model_delta(old_model, instance)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\easyaudit\utils.py", line 56, in model_delta
old_value = get_field_value(old_model, field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\easyaudit\utils.py", line 33, in get_field_value
value = smart_str(getattr(obj, field.name, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\utils\encoding.py", line 34, in smart_str
return force_str(s, encoding, strings_only, errors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\utils\encoding.py", line 75, in force_str
raise DjangoUnicodeDecodeError(s, *e.args)
django.utils.encoding.DjangoUnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte. You passed in b'\x80\x05\x95\x19\x04\x00\x00\x00\x00\x00\x00}\x94(\x8c\x07version\x94K\x01\x8c\x02id\x94\x8c$169b2ead-1bda-11ef-9765-0c9a3c2b86f4\x94\x8c\x04func\x94\x8c!apps.system.jobs.tasks:sync_redis\x94\x8c\x07trigger\x94\x8c\x19apscheduler.triggers.cron\x94\x8c\x0bCronTrigger\x94\x93\x94)\x81\x94}\x94(h\x01K\x02\x8c\x08timezone\x94\x8c\x08builtins\x94\x8c\x07getattr\x94\x93\x94\x8c\x08zoneinfo\x94\x8c\x08ZoneInfo\x94\x93\x94\x8c\t_unpickle\x94\x86\x94R\x94\x8c\rAsia/Shanghai\x94K\x01\x86\x94R\x94\x8c\nstart_date\x94N\x8c\x08end_date\x94N\x8c\x06fields\x94]\x94(\x8c apscheduler.triggers.cron.fields\x94\x8c\tBaseField\x94\x93\x94)\x81\x94}\x94(\x8c\x04name\x94\x8c\x04year\x94\x8c\nis_default\x94\x88\x8c\x0bexpressions\x94]\x94\x8c%apscheduler.triggers.cron.expressions\x94\x8c\rAllExpression\x94\x93\x94)\x81\x94}\x94\x8c\x04step\x94Nsbaubh\x1d\x8c\nMonthField\x94\x93\x94)\x81\x94}\x94(h"\x8c\x05month\x94h$\x89h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1d\x8c\x0fDayOfMonthField\x94\x93\x94)\x81\x94}\x94(h"\x8c\x03day\x94h$\x89h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1d\x8c\tWeekField\x94\x93\x94)\x81\x94}\x94(h"\x8c\x04week\x94h$\x88h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1d\x8c\x0eDayOfWeekField\x94\x93\x94)\x81\x94}\x94(h"\x8c\x0bday_of_week\x94h$\x89h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1f)\x81\x94}\x94(h"\x8c\x04hour\x94h$\x89h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1f)\x81\x94}\x94(h"\x8c\x06minute\x94h$\x89h%]\x94h))\x81\x94}\x94h,Nsbaubh\x1f)\x81\x94}\x94(h"\x8c\x06second\x94h$\x88h%]\x94h'\x8c\x0fRangeExpression\x94\x93\x94)\x81\x94}\x94(h,N\x8c\x05first\x94K\x00\x8c\x04last\x94K\x00ubaube\x8c\x06jitter\x94Nub\x8c\x08executor\x94\x8c\x07default\x94\x8c\x04args\x94)\x8c\x06kwargs\x94}\x94h"\x8c\nsync_redis\x94\x8c\x12misfire_grace_time\x94K\n\x8c\x08coalesce\x94\x88\x8c\rmax_instances\x94K\x01\x8c\rnext_run_time\x94\x8c\x08datetime\x94\x8c\x08datetime\x94\x93\x94C\n\x07\xe8\x05\x1b\x0b$\x00\x00\x00\x00\x94h\x18\x86\x94R\x94u.' (<class 'bytes'>)
easy audit had a post-save exception.
Traceback (most recent call last):
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\easyaudit\signals\model_signals.py", line 156, in post_save
object_json_repr = serializers.serialize("json", [instance])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\core\serializers_init_.py", line 134, in serialize
s.serialize(queryset, **options)
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\core\serializers\base.py", line 131, in serialize
self.handle_field(obj, field)
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\core\serializers\python.py", line 49, in handle_field
self._current[field.name] = self._value_from_field(obj, field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\core\serializers\python.py", line 46, in value_from_field
return value if is_protected_type(value) else field.value_to_string(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\liuhongyang03\PycharmProjects\aigc_service.venv\Lib\site-packages\django\db\models\fields_init
.py", line 1535, in value_to_string
return "" if val is None else val.isoformat()
^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'isoformat'. Did you mean: 'format'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant