wynick27 / steam-missing-covers-downloader

Adds missing library covers for new steam UI
Other
73 stars 14 forks source link

AttributeError: 'SteamClient' object has no attribute 'licenses' #2

Closed PatrickJnr closed 5 years ago

PatrickJnr commented 5 years ago
Traceback (most recent call last):
  File "missing_cover_downloader.py", line 189, in <module>
    owned_packageids = get_owned_packages(client)
  File "missing_cover_downloader.py", line 20, in get_owned_packages
    if len(client.licenses) == 0:
AttributeError: 'SteamClient' object has no attribute 'licenses'
wynick27 commented 5 years ago

It requires steam 1.0.0alpha, 0.9.1 from pypi doesn't have the required functions to check steam licenses. 1.0.0 can be downloaded using the following commands after uninstalling the old version:

PatrickJnr commented 5 years ago

Thank you I've uninstalled the old version and reinstalled the new version, working fine now!