Hello
I encountered a problem when trying to delete tasks from the slave:
here is what the log tells me:
File "T:\InGame\Gameplay\Scripts\Core\sims4\commands.py", line 398, in invoke_command
File "T:\InGame\Gameplay\Scripts\Server\server_commands\ui_commands.py", line 26, in ui_dialog_respond
File "T:\InGame\Gameplay\Scripts\Server\ui\ui_dialog_service.py", line 144, in dialog_respond
File "T:\InGame\Gameplay\Scripts\Server\ui\ui_dialog.py", line 388, in respond
File "T:\InGame\Gameplay\Scripts\Core\sims4\callback_utils.py", line 158, in __call__
File "sims4communitylib\dialogs\ok_cancel_dialog.py", line 151, in _on_option_selected
File "sims4communitylib\exceptions\common_exceptions_handler.py", line 71, in _wrapper
File "sims4communitylib\exceptions\common_exceptions_handler.py", line 39, in log_exception
File "sims4communitylib\exceptions\common_exceptions_handler.py", line 69, in _wrapper
File "simsnatcher\slavery\dialogs\show_scheduled_tasks_dialog.py", line 214, in _on_ok
TypeError: list indices must be integers or slices, not str
Exception caught while invoking: _on_ok -> TypeError: list indices must be integers or slices, not str
best regards