taylordotfish / librecaptcha

A free/libre interface for solving reCAPTCHA challenges
GNU General Public License v3.0
48 stars 8 forks source link

Add option to skip #14

Closed LuckyTurtleDev closed 3 years ago

LuckyTurtleDev commented 3 years ago

I am not sure if this an issue of the pull request for the wakanim kodi addon or an issue of this library. Sorry if did I open the issue at the wrong place.

Sometime you must select none item to solve the Captcha. (The website say something like: skip if their is no crosswalk.) But the gui force my to select minimum one item, or it does not continue. Bildschirmfoto vom 2021-03-20 14-25-45 see https://github.com/MrKrabat/plugin.video.wakanim/pull/36#issuecomment-803334847

A option to skip or select none item would be nice. Otherwise such a Captcha could not be solved.

taylordotfish commented 3 years ago

I can't reproduce this issue in librecaptcha's official GUI. With “dynamic” challenges (left side of the example screenshot), I'm able to click “Verify” without selecting any images, and with “multicaptcha” challenges (right side of the example screenshot), I'm able to click “Skip”.

If you can get this issue to happen with the official GUI or CLI in the latest version of librecaptcha (0.7.3, which is the latest version on PyPI), then please reopen this issue. Otherwise, it's probably an issue with that other project.