Captcha by image solved in Project Maker but not in ZP (rucaptcha and monkeyenter)

  • Автор темы Автор темы tharrkun
  • Дата начала Дата начала

tharrkun

Client
Регистрация
05.09.2016
Сообщения
67
Реакции
8
Баллы
8
Hi, I have a problem with gab.com - while signing up there's a label with text captcha that requires calculation. I tried to mark the label as captcha but it didn't work. It goes down to some other part of the website and the workers at rucaptcha can't see the text. Same thing happens for MonkeyEnter. I decided to take a screenshot of the captcha text and send it to both rucaptcha and monkeyenter, but it doesn't work in Zenno Poster while it works perfectly in Project Maker.

I made sure the screenshot taken is readable and it is - in both cases. In ZP I get an error saying:

Executing CAPTCHA recognition of An HTML element matching the search criteria hasn't been found

Why does it work in PM but it won't work in ZP? Screenshots attached.
 

Вложения

  • captchabad.png
    captchabad.png
    3,9 KB · Просмотры: 180
  • captchagood.png
    captchagood.png
    25,2 KB · Просмотры: 201
What if I tell you that you can solve this kind of captcha without services at all? :-)
I have russian version of PM but I think you will understand.

1. Get innerText of <label> with captcha and save it to variable
66117


2. Then, using Text Processing=>Regex action get expression. Regular expression = (?<=What\ is).*(?==)
66120

3. And finally using JavaScript action calculate the result:
66122
 
  • Спасибо
Реакции: tharrkun
Hi, I have a problem with gab.com - while signing up there's a label with text captcha that requires calculation. I tried to mark the label as captcha but it didn't work. It goes down to some other part of the website and the workers at rucaptcha can't see the text. Same thing happens for MonkeyEnter. I decided to take a screenshot of the captcha text and send it to both rucaptcha and monkeyenter, but it doesn't work in Zenno Poster while it works perfectly in Project Maker.

I made sure the screenshot taken is readable and it is - in both cases. In ZP I get an error saying:

Executing CAPTCHA recognition of An HTML element matching the search criteria hasn't been found

Why does it work in PM but it won't work in ZP? Screenshots attached.
This HTML element error means, that captcha was not loaded on website. Do you use good proxies in ZennoPoster?
Try also to add pause before this action block.
 
  • Спасибо
Реакции: tharrkun

Thank you for this answer, I had no idea I could do it this way :-) There's one problem though - JavaScript block says this:
Errors: - Macro {Variable. is usedcaptchatext-}. Macros cannot be used in C# code. (screenshot attached) and while it works in Project Maker, ZennoPoster seems to ignore this block, probably due to this error :(

This HTML element error means, that captcha was not loaded on website. Do you use good proxies in ZennoPoster?
Try also to add pause before this action block.
I use the same proxies for Project Maker and ZennoPoster. I also added a 10 seconds break before taking the screenshot, didn't help.


EDIT: I restarded ZennoPoster and it worked! Thank you both for your input! :)
 

Вложения

  • js.png
    js.png
    7,6 KB · Просмотры: 157
Thank you for this answer, I had no idea I could do it this way :-) There's one problem though - JavaScript block says this:
Errors: - Macro {Variable. is usedcaptchatext-}. Macros cannot be used in C# code. (screenshot attached) and while it works in Project Maker, ZennoPoster seems to ignore this block, probably due to this error :(


I use the same proxies for Project Maker and ZennoPoster. I also added a 10 seconds break before taking the screenshot, didn't help.


EDIT: I restarded ZennoPoster and it worked! Thank you both for your input! :-)
JS is not the problem for html element error.
Then you probably should find better attributes for element with captcha.
What is the website where you get this captcha?
 
Wait a little, looks like there is the problem with solving captcha from file on our side...
 
Thank you for this answer, I had no idea I could do it this way :-) There's one problem though - JavaScript block says this:
Errors: - Macro {Variable. is usedcaptchatext-}. Macros cannot be used in C# code. (screenshot attached) and while it works in Project Maker, ZennoPoster seems to ignore this block, probably due to this error :(
Try project from attach. I've checked both PM and ZP, it works great.
 

Вложения

We've updated our system.
The error "HTML element matching the search criteria" when solving captcha has been fixed.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)