ccd0 / 4chan-x

Adds various features to anonymous imageboards.
https://www.4chan-x.net/
Other
980 stars 132 forks source link

Captcha fails every time with 'Use Recaptcha v1' #225

Closed ghost closed 9 years ago

ghost commented 9 years ago

http://a.pomf.se/abijaz.mp4

ghost commented 9 years ago

Recaptcha v2 works fine http://a.pomf.se/dvifls.mp4

ghost commented 9 years ago

I re-read https://github.com/ccd0/4chan-x/commit/1681beaab8c0af4504534011ef98401edaa16cec

Enjoy your free pass while it lasts

Entering it blank works, but actually filling it out doesn't. http://a.pomf.se/mffexo.mp4 http://a.pomf.se/qyfvja.mp4

ghost commented 9 years ago

Entering it blank works but actually filling it out doesn't.

It looks like the input has to be two words. "remove kebab" works, "kebab" does not, nor does entering the one-word given captcha

yuriks commented 9 years ago

It's the fault of the auto-doubling code when you type only one word. If it doesn't recognize the text entered as a number, it submits the word typed twice. This feature should just be removed or be made optional behind an option, since it has caused problems several times already.

ghost commented 9 years ago

It's the fault of the auto-doubling code

Didn't he remove that? https://github.com/ccd0/4chan-x/commit/f543232af98677910ce17ec0e690db1f9c0192a9 It seems like the doubling is required, actually. http://a.pomf.se/enwoav.mp4

ghost commented 9 years ago

v1 Recaptcha is not working at all currently. Nothing I input works. If I type in what it asks, it fails. If I type in what it asks doubled, it fails. If I leave it blank, it fails.

ccd0 commented 9 years ago

I don't think it was ever checking the old captcha; it was just a bug that bypassed the captcha entirely. I'll remove the option next release.

ghost commented 9 years ago

I'll remove the option next release.

So v1 recaptcha is kill?

ccd0 commented 9 years ago

Unless moot decides to be nice and implement a real optional v1 interface on the backend, yes. I'm still working on a version that will use the noscript fallback, which will allow the old interface on the user end.

ghost commented 9 years ago

v1 captcha is kill

no ;_;

I'm still working on a version that will use the noscript fallback, which will allow the old interface on the user end.

Thank god, the new ones are driving me insane. I've had to click the box and then fill out the captcha every single time, so the pretty loading animation is annoying since I'm just going to have to fill out a captcha anyway. Thanks for all your hard work.