MestreLion / humblebundle

API for managing Humble Bundle games library
GNU General Public License v3.0
211 stars 38 forks source link

Cannot grab and cache game keys #50

Closed havok2063 closed 4 years ago

havok2063 commented 5 years ago

Describe the bug I am trying to use the API to download all my ebooks. The API can no longer grab game keys after logging in. This seems related to the fact the Humble must have changed their gamekey location. home/keys no longer contains any tags called gamekeys. And it's moved to /api/v1/user/oder/

To Reproduce Steps to reproduce the behavior:

python humblebundle.py -A '[token]' --update --list
2018-12-03 07:35:38,753 CRITICAL    GameKeys list not found

Expected Behaviour It should be able to grab the gamekeys from the new API location.