saik0 / humblebundle-python

An unofficial library for querying Humble Bundle
MIT License
69 stars 15 forks source link

Blocked by Please answer the CAPTCHA #11

Open cybercyst opened 8 years ago

cybercyst commented 8 years ago

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?

saik0 commented 7 years ago

Are you on master/v1.1?

jmtd commented 7 years ago

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