Can't run Amazon/Gog launchers KeyError: 'asin' TypeError: ‘NoneType’ object is not iterable

The error log displayed for Amazon:

‘NoneType’ object is not iterable

Traceback (most recent call last):

File “/app/lib/python3.11/site-packages/lutris/util/jobs.py”, line 30, in target
result = self.function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/app/lib/python3.11/site-packages/lutris/services/base.py”, line 142, in do_reload
self.load()

File “/app/lib/python3.11/site-packages/lutris/services/amazon.py”, line 160, in load
games = [AmazonGame.new_from_amazon_game(game) for game in self.get_library()]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: ‘NoneType’ object is not iterable

The error log for GOG:

I have the same issue, but only for Amazon. GOG seems fine for me.

Hope there’s a bugfix?