Steam library refresh error

Good Afternoon from the Netherlands to All!

For a long time I have a issue with Lutris refreshing my Steam library. When I click on the Steam Refresh icon an error is trown, see the error below… (‘NoneType’ object has no attribute ‘game_level’)
In this example I run lutris from terminal and first open Steam from lutris by clicking the Play icon at the Steam Runner. Then when steam is launched I click on the Steam Refresh in Lutris.

If I launch Steam first and then open lutris and click the steam refresh the error is the same.

I am running the latest lutris update (v 0.5.10)
System is kUbuntu 20.04 LTS on the Xanmod Kernel (5.15.34-xanmod1)
I am regurarly running updates etc.

This error I cannot seem to fix. Now when I click Games on the top of the left side Lutris Menu I see all my steam games two times… Go figure.

Any help would be appriciated!

Terminal Log:

Started initial process 1214372 from /usr/games/steam
Start monitoring process.
2022-04-17 09:25:00,447: Failed to download http://cdn.akamai.steamstatic.com/steam/apps/208610/capsule_184x69.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:00,688: Failed to download https://cdn.cloudflare.steamstatic.com/steam/apps/208610/header.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,098: Failed to download http://cdn.steamstatic.com/steam/apps/201700/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,099: Failed to download http://cdn.steamstatic.com/steam/apps/12750/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,102: Failed to download http://cdn.steamstatic.com/steam/apps/35420/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,103: Failed to download http://cdn.steamstatic.com/steam/apps/321040/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,110: Failed to download http://cdn.steamstatic.com/steam/apps/324760/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,469: Failed to download http://cdn.steamstatic.com/steam/apps/616560/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,480: Failed to download http://cdn.steamstatic.com/steam/apps/422590/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:01,481: Failed to download http://cdn.steamstatic.com/steam/apps/208610/library_600x900.jpg: HTTP Error 404: Not Found
2022-04-17 09:25:03,272: Error while completing task <bound method BaseService.reload of <steam.SteamService object at 0x7fee9b507800 (lutris+services+steam+SteamService at 0x217d980)>>: <class 'AttributeError'> 'NoneType' object has no attribute 'game_level'
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 34, in target
    result = self.function(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/lutris/services/base.py", line 98, in reload
    self.add_installed_games()
  File "/usr/lib/python3/dist-packages/lutris/services/steam.py", line 170, in add_installed_games
    appid = steam_game.config.game_level["game"]["appid"]

Willkommen, as I can see either steam updated something or you should try the git repo directly. It may have fixes for this already.

you mean installing the latest steam deb file from the valve github?

I tried this but it could not upgrade my current steam install. So I stopped the install process
Have lots of games installed in Steam and don’t want to loose those or their custom settings.

I did upgrade lutris from 0.5.10 to 0.6.10.1 but still experience the error then

2022-04-20 18:20:26,223: Error while completing task <bound method BaseService.reload of <steam.SteamService object at 0x7f40487b33c0 (lutris+services+steam+SteamService at 0x3ceb580)>>: <class 'AttributeError'> 'NoneType' object has no attribute 'game_level'
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 34, in target
    result = self.function(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/lutris/services/base.py", line 98, in reload
    self.add_installed_games()
  File "/usr/lib/python3/dist-packages/lutris/services/steam.py", line 178, in add_installed_games
    appid = steam_game.config.game_level["game"]["appid"]