Blocked by Please answer the CAPTCHA
cybercyst opened this issue · 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?
Are you on master/v1.1?
I hit this with master (=32bb05c42979ac3de6d8abf103825412e473dfc9) but not immediately, only after the third attempt to run the script.