Template not Pausing when run through ZennoPoster, only Project Maker?

HealeyV3

Новичок
Регистрация
12.06.2016
Сообщения
5
Благодарностей
0
Баллы
1
Hi,

I have a large pause at the end of my template in order to wait for user interaction.

When I run the template in Project Maker -- It works just fine, and it pauses at the end.

When I run the template in ZennoPoster -- It closes the thread/window when it reaches this point but does not pause....

I've tried both the regular Pause function of ZP along with the C# System.Threading.Thread.Sleep(300000);

Any help would be much appreciated!
 

HealeyV3

Новичок
Регистрация
12.06.2016
Сообщения
5
Благодарностей
0
Баллы
1
Quick $50 for whoever solves my issue first via PayPal!
 

Ribas

Client
Регистрация
31.05.2014
Сообщения
1 391
Благодарностей
479
Баллы
83

HealeyV3

Новичок
Регистрация
12.06.2016
Сообщения
5
Благодарностей
0
Баллы
1

Ribas

Client
Регистрация
31.05.2014
Сообщения
1 391
Благодарностей
479
Баллы
83
Any errors in the log?

If you add random action after pause? (example notification in log)
 

HealeyV3

Новичок
Регистрация
12.06.2016
Сообщения
5
Благодарностей
0
Баллы
1
http://imgur.com/5W0PvIA

This is my log.

http://imgur.com/83i5Wcl

This is the end of my template.

When I run the template in Project Maker -- It does exactly what I want it to do. I can even see it "hanging" on the pause functions at the end within Project Maker, but when I use it in ZennoPoster itself it closes the thread/window at the end, rather than delaying.

EDIT: Here is my Project Maker Log -- No errors
http://imgur.com/paOulPE
 

Ribas

Client
Регистрация
31.05.2014
Сообщения
1 391
Благодарностей
479
Баллы
83
Your template end work with error "Run HTML element html..." Right click on this error in log > copy error ID, then find in PM action with error (Ctrl+F). And correct him. Maybe pause 2-3 sec before this action help you.
 

HealeyV3

Новичок
Регистрация
12.06.2016
Сообщения
5
Благодарностей
0
Баллы
1
Hmm, it seems that bit of code is part of someone else's code that I am using to handle Recaptcha http://zennolab.com/discussion/threads/recaptcha-2-vs-zennoposter-ili-kak-bot-stal-chelovekom.27680/

The function in specific that is being run is FAR FAR away from the end of my code, why is this piece of code being run again? That makes no sense...

I get the "IT WORKED" alert that I set at the 2nd to last function from the end of my template when I run in Project Maker just fine, because the template works just fine there....

Would you be willing to take a look at my template and help me fix it for $100? I could PM you it.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Try to check visually how instance work in ZennoPoster. Right click on project - Show instance.
based on id of action in error log it is recaptcha related problem? Do you use proxies? Does recaptcha load in insatance? Cause it may be proxy related problem.
 

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