hb-downloader icon indicating copy to clipboard operation
hb-downloader copied to clipboard

Crashes on launch

Open cyotee opened this issue 7 years ago • 5 comments

python hb-downloader.py The Clown's Humble Bundle Downloader v0.41

This downloader includes MIT licensed code from Joel Pedraza. https://github.com/saik0/humblebundle-python

[2017/09/03 08:47:52] [ Config] write_md5=True [2017/09/03 08:47:52] [ Config] read_md5=True [2017/09/03 08:47:52] [ Config] force_md5=False [2017/09/03 08:47:52] [ Config] ignore_md5=False [2017/09/03 08:47:52] [ Config] debug=True [2017/09/03 08:47:52] [ Config] download_location=/Volumes/AFP-thearchive/thevault/Unsorted/Humble Bundle/ [2017/09/03 08:47:52] [ Config] cookie_filename=/Applications/hb-downloader/cookies.txt [2017/09/03 08:47:52] [ Config] chunksize=8192000 [2017/09/03 08:47:52] [ Config] resume_downloads=True [2017/09/03 08:47:52] [ Config] Platform asmjs=False [2017/09/03 08:47:52] [ Config] Platform mac=True [2017/09/03 08:47:52] [ Config] Platform audio=True [2017/09/03 08:47:52] [ Config] Platform linux=True [2017/09/03 08:47:52] [ Config] Platform windows=True [2017/09/03 08:47:52] [ Config] Platform android=True [2017/09/03 08:47:52] [ Config] Platform ebook=True Enter your Authy token: Traceback (most recent call last): File "hb-downloader.py", line 41, in hapi.login(ConfigData.username, ConfigData.password, ConfigData.authy_token) File "/Applications/hb-downloader/humble_api/humble_api.py", line 115, in login data = self.__parse_data(response) File "/Applications/hb-downloader/humble_api/humble_api.py", line 255, in __parse_data raise HumbleParseException("Invalid JSON: %s", str(e), request=response.request, response=response) humble_api.exceptions.humble_parse_exception.HumbleParseException: [Errno Invalid JSON: %s] Extra data: line 1 column 5 - line 5 column 2 (char 4 - 77)

cyotee avatar Sep 03 '17 15:09 cyotee