-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I seem to be running into this issue:
Failed while executing plugin_t.run():
Traceback (most recent call last):
File "C:/Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins/D810.py", line 65, in run
self.reload_plugin()
~~~~~~~~~~~~~~~~~~^^
File "C:/Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins/D810.py", line 43, in reload_plugin
configure_loggers(real_log_dir)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "C:\Users/Laptop/AppData/Roaming/Hex-Rays/IDA Pro/plugins\d810\log.py", line 20, in configure_loggers
logging.config.fileConfig(log_conf_file, defaults={"default_log_filename": log_main_file,
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"z3_log_filename": z3_test_file})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python313\Lib\logging\config.py", line 90, in fileConfig
handlers = _install_handlers(cp, formatters)
File "C:\Python313\Lib\logging\config.py", line 158, in _install_handlers
args = eval(args, vars(logging))
File "<string>", line 1
('C:\Users\Laptop\AppData\Roaming\Hex-Rays\IDA Pro\plugins\d810_logs\d810.log',)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels