Installing Lord of the Rings Online

Purged Wine and Lutris, reinstalled both from scratch. then tried to install Lord of the Rings online. Got this error in terminal:

(lutris:7404): Gtk-WARNING **: 14:49:57.144: Failed to set text 'https://www.youtube.com/watch?time_continue=3&v=kH5zCrJ4PGA

In game LOTRO store works.

64bit beta client works.' from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &

(lutris:7404): Gtk-WARNING **: 14:49:57.148: Failed to set text 'https://www.youtube.com/watch?time_continue=3&v=kH5zCrJ4PGA

In game LOTRO store works.

64bit beta client works.' from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &
2023-06-25 14:50:02,591: Getting runner information for wine
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 160, in launch_install
    self.runners_to_install = self.get_runners_to_install()
  File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 228, in get_runners_to_install
    if not runner.is_installed(**params):
  File "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 548, in is_installed
    return system.path_exists(self.get_executable(version, fallback))
  File "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 524, in get_executable
    wine_path = self.get_path_for_version(version)
  File "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 505, in get_path_for_version
    for proton_path in get_proton_paths():
  File "/usr/lib/python3/dist-packages/lutris/util/wine/wine.py", line 49, in get_proton_paths
    for path in _iter_proton_locations():
  File "/usr/lib/python3/dist-packages/lutris/util/wine/wine.py", line 38, in _iter_proton_locations
    for path in [os.path.join(p, "common") for p in steam().get_steamapps_dirs()]:
  File "/usr/lib/python3/dist-packages/lutris/runners/steam.py", line 243, in get_steamapps_dirs
    library_config = self.get_library_config()
  File "/usr/lib/python3/dist-packages/lutris/runners/steam.py", line 149, in get_library_config
    return read_library_folders(self.steam_data_dir)
  File "/usr/lib/python3/dist-packages/lutris/util/steam/config.py", line 161, in read_library_folders
    library["libraryfolders"].pop("contentstatsid")
KeyError: 'contentstatsid'

Any help will be appreciated. Seems like a silly error that would be caused by something silly. But I don’t know.