Region: findAnyCollect: image file not found:

Asked by Krisjanis Berzins

I am getting these in my log file:

"[error (26/02/2019, 12:48:54)] Region: findAnyCollect: image file not found:"

I believe this might be happening during a while loop which runs both exists() and findAny() functions for hours at a time.

per thousands of iterations this error only shows up a few times.

Any suggestions on how to debug it?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

This either means, that the respective image file does not exist in the file system or is not accessible/locked somehow at this time.

findAny() dispatches the search for the given images to threads, that run in parallel without any synchronisation. We only wait until all have finished.

So you might have to revise your workflow with respect to timing.

Can you help with this problem?

Provide an answer of your own, or ask Krisjanis Berzins for more information if necessary.

To post a message you must log in.