Get Request and Google URls (5.9.5.1)

roobsx

Client
Регистрация
11.07.2012
Сообщения
13
Благодарностей
2
Баллы
3
There is problem with Get Request and Google URLs (example: https://www.google.pl/search?q=zennoposter&start=10). Its looks like ZennoPoster try to run macro after get Request (!?) and next steps take very long time. There is warning in the log: "Run macro id action: id action group: No such macro in macro base: moz-animation..."

Check sample templeate.
 

Вложения

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Код:
string Test = project.Variables["YourGetResult"].Value;
string regexTest = System.Text.RegularExpressions.Regex.Replace(Test, @"[{}]", "");
return regexTest;
Use this code to prepare your text for futher USE after GET request
 

roobsx

Client
Регистрация
11.07.2012
Сообщения
13
Благодарностей
2
Баллы
3
This method work in ProjecMaker but there is a problem in ZennoPoster. I set 25 threads or more and ZennoPoster freeze, I must close it by kill process in Task Manager (Windows 10, 64bit). I have another templeate where I use GET request and it run over 50 threads without any problem.

Edit:

I just check It on Windows 7 and its work good over 50 threads.
 

Вложения

Последнее редактирование:

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Do you reproduce it in 100% of cases?
 

roobsx

Client
Регистрация
11.07.2012
Сообщения
13
Благодарностей
2
Баллы
3

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Soryy, i missed you thread among my open tabs. I've set task to programmers. I will back to you once i get reply from them
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Do you have this option enabled?
If so - disable it
upload_2015-11-6_10-19-43.png
 
Последнее редактирование модератором:

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