humblebundle-python icon indicating copy to clipboard operation
humblebundle-python copied to clipboard

Blocked by Please answer the CAPTCHA

Open cybercyst opened this issue 8 years ago • 2 comments

I followed the example and am blocked by a CAPTCHA request:

import humblebundle client = humblebundle.HumbleApi() client.login("_", "_*_") Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.5/site-packages/humblebundle/decorators.py", line 20, in wrap result = func(_args, **kwargs) File "/usr/lib/python3.5/site-packages/humblebundle/client.py", line 115, in login return handlers.login_handler(self, response) File "/usr/lib/python3.5/site-packages/humblebundle/handlers.py", line 76, in login_handler captcha_required=captcha_required, authy_required=authy_required) humblebundle.exceptions.HumbleCaptchaException: Please answer the CAPTCHA

I'm not sure how to get past this error... Any suggestions?

cybercyst avatar Aug 31 '16 02:08 cybercyst

Are you on master/v1.1?

saik0 avatar Sep 20 '16 13:09 saik0

I hit this with master (=32bb05c42979ac3de6d8abf103825412e473dfc9) but not immediately, only after the third attempt to run the script.

jmtd avatar Nov 07 '16 15:11 jmtd