lutris keeps throwing up this error after I login and try to sync my games to show up with ubi connect
Any way to get my games to show up?
Thanks
list index out of range
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/lutris/util/jobs.py", line 30, in target
result = self.function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/lutris/services/base.py", line 142, in do_reload
self.load()
File "/usr/lib/python3.12/site-packages/lutris/services/ubisoft.py", line 160, in load
for game in config_parser.parse_games(configuration_data):
File "/usr/lib/python3.12/site-packages/lutris/util/ubisoft/parser.py", line 327, in parse_games
yield self._parse_game(yaml_object, game["install_id"], game["launch_id"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/lutris/util/ubisoft/parser.py", line 298, in _parse_game
registry_path, exe = self._get_registry_properties_from_yaml(game_yaml)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/lutris/util/ubisoft/parser.py", line 282, in _get_registry_properties_from_yaml
registry_path = game_yaml["root"]["start_game"]["online"]["executables"][0]["working_directory"]["register"]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range