Logs are reporting internal crash on setting anim keys

I use Create 2022.3.0
Whe I right click on the translation Y property and then ‘Set Key’ in the popup menu I get this crash message in the logs:
[Warning] [omni.kit.property.usd.attribute_context_menu] unexpected EOF while parsing (, line 1)
[Error] [omni.kit.commands.command] Failed to execute a command: SetAnimCurveKeys.
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\extscache\omni.anim.curve-104.15.7+104.0.wx64.r.cp37\omni\anim\curve\scripts\context_menu.py”, line 258, in on_set_key
[Error] [omni.kit.commands.command] omni.kit.commands.execute(“SetAnimCurveKeys”, paths=command_attr_path)
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\extscore\omni.kit.commands\omni\kit\commands\command.py”, line 459, in execute
[Error] [omni.kit.commands.command] result = omni.kit.undo.execute(command, name, kwargs)
[Error] [omni.kit.commands.command] […skipped…]
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 77, in execute
[Error] [omni.kit.commands.command] result = _execute(command, name, level, history_key)
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 454, in _execute
[Error] [omni.kit.commands.command] raise error
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 415, in _execute
[Error] [omni.kit.commands.command] result = command.do()
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\extscache\omni.anim.curve-104.15.7+104.0.wx64.r.cp37\omni\anim\curve\scripts\commands.py”, line 191, in do
[Error] [omni.kit.commands.command] return self._do()
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\extscache\omni.anim.curve-104.15.7+104.0.wx64.r.cp37\omni\anim\curve\scripts\commands.py”, line 701, in _do
[Error] [omni.kit.commands.command] utils.add_anim(prim)
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\extscache\omni.anim.curve-104.15.7+104.0.wx64.r.cp37\omni\anim\curve\scripts\utils.py”, line 407, in add_anim
[Error] [omni.kit.commands.command] {og.Controller.Keys.CREATE_NODES:[(curve_node_path, “omni.anim.curve.AnimCurve”)]}
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\controller.py”, line 878, in edit
[Error] [omni.kit.commands.command] return obj.__edit(obj, args=args, kwargs=kwargs)
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\controller.py”, line 1038, in __edit
[Error] [omni.kit.commands.command] return __do_the_edits()
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\controller.py”, line 977, in __do_the_edits
[Error] [omni.kit.commands.command] edit_args=shared_kwargs,
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\controller.py”, line 431, in _process_create_nodes
[Error] [omni.kit.commands.command] for node_path, node_type in nodes_to_create
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\controller.py”, line 431, in
[Error] [omni.kit.commands.command] for node_path, node_type in nodes_to_create
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\graph_controller.py”, line 214, in create_node
[Error] [omni.kit.commands.command] return obj.__create_node(obj, args=args, kwargs=kwargs)
[Error] [omni.kit.commands.command] File “c:\nvidia_ov\pkg\create-2022.3.0\kit\exts\omni.graph\omni\graph\core_impl\graph_controller.py”, line 286, in __create_node
[Error] [omni.kit.commands.command] raise og.OmniGraphError(f"Creation of {node_path} as type {node_type} failed - {error}")
[Error] [omni.kit.commands.command]
[Error] [omni.kit.commands.command] <class ‘omni.graph.core._impl.errors.OmniGraphError’> Creation of /World/PushGraph/CameraCurveNode as type <omni.graph.core._omni_graph_core.NodeType object at 0x00000162F6E41430> failed - already exists

I’ve createdd a sample scene with a ball and a cylinder.

The ball was added first, to the root layer, then animated.
The cyclinder was added to a delta layer, then animated.
The ball has stopped being animated.