xtream1101 / humblebundle-downloader

Download you Humble Bundle Library
MIT License
543 stars 63 forks source link

Issue downloading library #33

Closed aspeer06 closed 3 years ago

aspeer06 commented 3 years ago

Not sure what exactly is happening and verified cookie file is functioning as needed.

Traceback (most recent call last): File "/home/.local/bin/hbd", line 8, in sys.exit(cli()) File "/home/.local/lib/python3.8/site-packages/humblebundle_downloader/cli.py", line 82, in cli DownloadLibrary( File "/home/.local/lib/python3.8/site-packages/humblebundle_downloader/download_library.py", line 66, in start self._process_order_id(order_id) File "/home/.local/lib/python3.8/site-packages/humblebundle_downloader/download_library.py", line 207, in _process_order_id self._process_product(order_id, bundle_title, product) File "/home/.local/lib/python3.8/site-packages/humblebundle_downloader/download_library.py", line 272, in _process_product 'url_last_modified': product_r.headers['Last-Modified'], File "/usr/lib/python3/dist-packages/requests/structures.py", line 52, in getitem return self._store[key.lower()][1] KeyError: 'last-modified'