- Регистрация
- 22.01.2019
- Сообщения
- 1 501
- Благодарностей
- 3 748
- Баллы
- 113
please check maximum threads value in program settings>Instance tab and in project settings. Are sure they are more than 3?ZP cannot start more than 3 threads for a project even if I set the max to be 30 and highest priority.
Initially I though it was because there were many other projects running, but even after I stopped all other projects, the project still got stuck on 3 threads forever.
The project takes an hour to complete so it's not because it finishes faster than it starts.
But when I close ZP, and restart it, the project will run at 30 threads.
In other words, the project gets stuck at 3 threads unless I restart ZP.
How long did you wait for log update after opening it? If didn't view log for few hours, then don't expect all records for passed hours will be loaded immediately.The log in ZP does not update.
I need to click on another project (or another tab such as Instance or Schedule) then click back to the current project log to see the updated log.
So basically I need to keep clicking something else back and forth to see the log to update.
Is this variableWhen searching for a text (in this case a variable name), it goes to an action (delete all lines in a List) that has nothing to do with that variable.
Посмотреть вложение 76911
This is when you select existing phrase from dropdown list used beforeIn the search box, I am not able to change the capitalization of the letters.
In the example of the screenshot, I can't change the starting "C" to lower case "c", even though there is no variable "CurrRowValue" defined in the project. There was a List called "CurrRowValue" before, but it was already deleted. It still affects my ability to change it to lower case.
(Maybe I need to restart PM? Didn't try that.)
Посмотреть вложение 76912
1. Yes, it was set to max at 99.@Cyrix you gave us a lot of bugs
1 please check maximum threads value in program settings>Instance tab and in project settings. Are sure they are more than 3?
2 How long did you wait for log update after opening it? If didn't view log for few hours, then don't expect all records for passed hours will be loaded immediately.
3 Is this variable
4 This is when you select existing phrase from dropdown list used before
This can't be changed
you probably set incorrect default value - 0.01 . This should be int type number.
If Number is for int, then what should we use for Float or Double or Single type of small numbers in User Input?you probably set incorrect default value - 0.01 . This should be int type number.
Just checked using 7.3.2.0 - everything is OK. Project is as simple as it can be - navigates to Google and sends current domain to log.After a project with Chrome as the engine runs in ZP, I change the engine to firefox 45 and save it in PM.
Then the project will not start in ZP no matter how many times I click Run.
I have to remove the project and load the project back into the list to start it.
Yes, there is some problem with this webiste. I sent information to the developers.About etf.com
There is no error. The project just gets stuck with a star icon like nothing happens regardless how many times Run is clicked. It starts correctly with Chrome, it just doesn't start when the project is changed to FF45 in PM in the background.Just checked using 7.3.2.0 - everything is OK. Project is as simple as it can be - navigates to Google and sends current domain to log.
Do you get any errors?
Did you add attempts to the project?
Most likely it happens because project is running when you click Run.here is no error. The project just gets stuck with a star icon like nothing happens regardless how many times Run is clicked.
If you watch the video closely (second 1 and second 13), you will notice that the project couldn't start even after completely Interrupted (not Stop). It shows there might be a bug/issue with Interrupt, which didn't happen in v5.Most likely it happens because project is running when you click Run.
Example:
- Project started.
- It does something useful.
- You click Stop, but project continue to work.
- You click Run and see star, because previous execution is still working
- And only after the previous execution stops and new one will start you'll see Play icon.
I can not reproduce this behavior Tried many times.If you watch the video closely (second 1 and second 13), you will notice that the project couldn't start even after completely Interrupted (not Stop). It shows there might be a bug/issue with Interrupt, which didn't happen in v5.
It doesn't matter how long we wait. It just won't start.
However, if we remove the project and add it back, it starts immediately.
It doesn't happen all the time.I can not reproduce this behavior Tried many times.
Does it happen with all your FF projects or with some specific one?
Try to use ZennoPoster 7.4.0.0
Enable detailed log in program settings (Settings=>Other, at the bottom of the window. It is better to restart program after this), then reproduce the problem and run Diagnostic.exe from Progs folder in program directory.
Do not close the program and the project while doing this.
Send us report.zip file created by diagnostic.
{-Variable.currentSiteTicker-}
to save that item. Action remembers this variable and that is why it appears in search results.