morpheus93
Client
- Регистрация
- 25.01.2012
- Сообщения
- 1 058
- Благодарностей
- 244
- Баллы
- 63
In the scheduler log there is the time of the execution missing. See screenshot.
Вложения
-
53,3 КБ Просмотры: 137
Please make diagnostic report on this problem and send me in pm.Updated one of my ZP licenses on a Windows Server 2016 dedicated server (32 GB ram and Intel Core i7-4790K) from 7.1.2.0 to 7.2.1.0 and facing massively the error "
Running the WebBrowserData Error accessing Instance.ActiveTab" now. The concerning projects worked well before the update. Any advices to solve that issue?
Thank you guys!
There is some incompatibility with old profile. Browser engine and profile parameters have been updated in latest versions. You should create similar but in new version.Just installed v 7.2.1.0 for testing and now facing an issue where the browser in PM crashes everytime when I load an old profile and set the profile size via C# cube (instance.SetWindowSize(project.Profile.ScreenSizeWidth, project.Profile.ScreenSizeHeight)
I will sent you error report via support ticket.
Please have a look. Thanks.
this will be fixed in 7.2.1.0 releaseIn the scheduler log there is the time of the execution missing. See screenshot.
It more looks like you are comparing double type number with int number.Compare 2 values with JS now not working as before
I use a comparision of 2 timestamps in a project (Logic If) to evaluate if a given timespan is over since the last run of the project and if not to show a warning. The project worked without any problems for years but since the update to ZP v 7.2.1.0 it seem there is a problem with the decimal places for comparing to values in a if cube.
Don't know how it is exactly handled within JS but worked all the time until v 7.2.1.0. Currently using a workaround with C# to cut off the decimal places and compare it afterwards with the IF cube. This way it works and I don't need fractions of seconds for my needs.Compare 2 values with JS now not working as before
I use a comparision of 2 timestamps in a project (Logic If) to evaluate if a given timespan is over since the last run of the project and if not to show a warning. The project worked without any problems for years but since the update to ZP v 7.2.1.0 it seem there is a problem with the decimal places for comparing to values in a if cube.
This is not the bug. This is just how cache is cleared in Chrome. This operation requires to reset page in tab. You should make this at project start.There are many cases when I need to check how the page acts without cookies so I click the clear cookies and clear cache button
Посмотреть вложение 66030
In firefox everything is alright, but in chrome, it closes down the page and redirects me to about:blank page, so I'm not able to get what I want.
I got no problems right now as I can use the Firefox browser now, but I strongly suggest to report that as a bug and think about how to fix this.This is not the bug. This is just how cache is cleared in Chrome. This operation requires to reset page in tab. You should make this at project start.
This is not the issue. This is how Chrome browser operates.I got no problems right now as I can use the Firefox browser now, but I strongly suggest to report that as a bug and think about how to fix this.
For example, I got to develop a page yesterday, I had to make a couple of actions, and then I needed to clear all data cookies and cache. and then reload the page to see if the page loads or not, so I can see if it works without browser data or no, so I can determine how to continue with my bot.