Due to problems with tasks never end we are running everything in one thread.
If I need restart a Thread at this time, I need to right click and select interrupt.
Due to memory usage, run multithread with this bug is impossible for our scrap since a thread end and keep browser running.
I think this is not client side.
We still run a 5.29 ZP due to compatibility changes and the old version who don't have this problem now is with the same problem.
About timeout, old versions timeout = no actions in browser after "x" seconds.
Current timeout = maximum time for project to execute.
I have too many tasks who end the execution and stop to work.
The new task start only If I interrupt completed task and start it again manualy.
Sorry for bad screenshot, i'm a bad mspaint user.
I have 10 threads running, 92 new repeats to do.
The project ends at 13:26.
At 13:33 the thread keeps...
Version 5.29:
If no one action was executed inside project for x seconds the timeout parameter stop project with error.
Now:
The project stop after certain time if web browsing or no.
baseLog-ZennoPoster.txt
--------------------------------------------------------------------------------
[2021-06-21 08:27:17.8250]||System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/BaseService/1431905789/BaseEndPoint/1431905789 that could...
Since last week we start to get a lot of errors while execute projects in zenno poster, note, in pm the erros have never been found.
Today I start to map that errors and I found a lot of errors like this:
ZP log:
From PM:
14.1 never goes to 15 or 15.1.
This is a sample problem, I have o...
For a strange reason on the same operational system and same computer, versions 5.45 and earlier the result of a date time parse works fine and 5.46 and newer not work.
If not a bug, this is a bad implementation: overide system language settings and use only one.
"Download to" need bizarre change to allow download file into a network path:
instance.DownloadsPath = @"\\192.168.1.200\tempfolder\mytictac";
Will download to c:\192.168.1.200\tempfolder\mytictac
Solution:
instance.DownloadsPath = @"\\\\192.168.1.200\tempfolder\mytictac";
Date time expressions do not respect system date time format.
//System Date Time = dd/MM/yyyy
DateTime dt = DateTime.Parse("01/12/2020");
project.SendInfoToLog("D: "+dt.Day.ToString());
project.SendInfoToLog("M: "+dt.Month.ToString());
project.SendInfoToLog("Y: "+dt.Year.ToString());
5.45 and...
Hi guys... we upgrade from 5.16 and 5.29 to 5.47.
All our projects with datetime.parse functions became to error, the problem is culture info....
Our system date time format:
dd/MM/yyyy
Old projects:
DateTime dt = DateTime.Parse("01/12/2020");
project.SendInfoToLog("D: "+dt.Day.ToString())...
Still not work.
The action "click" work but it does nothing.
If you look the trafic tab, the action click don't do anything.
If you try to do a lot of manualy "click" in the same button inside the browser, the same action don't do anything.
If you do the same action in any navigator it will...
The click works, but it doesnt execute any type of interation with browser.
After click it must show "invalid login / password" and execute at least one get, like that image:
Tried that settings and still the same, no actions execute on traffic tab and "click" don't execute anything.
I need to do a simple "click" in this page to know if user/password are wrong but inside zenno, rise click / javascript submit does not work.
Here is the page:
https://wizeo.focogroup.com/ords/f?p=1511:101:#no-back-button
Tested on:
ProjectMaker EN 5.9.1
ProjectMaker EN 5.16.2.0
ProjectMaker...
idk why they don't update to a recent build, sometimes we need to do some tricks to try enter sites with mozila/geeko engine
Maybe they are doing the best to put chromium engine instead mozila/geeko.
Copy and paste long text values sometimes take a time.
Consider put every line of website text into one line of a list.
Sure, you will have a list with 70k rows but you can manipulate it easy.
PM UI:
Allow select opened projects from a dropdown box instead current < left right > buttons.
Reason, sometimes we have more than 10 projects open and navigate between projects sucks.
Since you can't control external programs, I believe work with sFTP inside Zenno Poster is a best solution but Zenno does not work with sFTP with certificate, batch file is current only one solution.
Thanks for attention Yann.
Still without solutuion.
Server, pass, user, port, conn type, etc its everything ok.
Zenno Poster can't login on sftp and yeah, por is the same of FTP service, but it's sftp.
Thanks for trying to help yann.
I already do everything and all of my tries result in error:
"Failed to connect with FTP host sftp1.sftpsite.com Failed to connect to FTP node sftp1.sftpsite.com"
The error occours with C#, with FTP con block, etc.
I'm talking about sftp.
Usualy sFTP requires a...
Put a bad end logic.
Connect bad end to a e-mail send script.
c# code to send email:
//from to cc
var fromEmailString = "[email protected]";
var toEmailString = "[email protected]";
var cc = "[email protected]";
//con string
var login = "smtpuser";
var password = "smtppass";
var server = "mailserver";
int port...
Hy guys, I already connect a lot of ftp sites but today I need to connect sFTP and don't plan to use the old wincsp.
When I connect in Filezilla, after connection I receive a message about certificate and the connection start only after I accept that certificate.
Zenno never show a option to...
Your first block must be a action "get line from list" or "get line from table".
The related table or list must be bind from file.
I got the same problem 2 years ago, I have never got a good answer.