Closed Danielosama closed 7 years ago
Are you still getting this error? What version of Sikuli are you on at the moment?
Could you try modifying the pattern_generator
function in util.py
? Replace the following:
else:
m = match(r'M\[\d+\,\d+ (\d+)x(\d+)\]', str(find(pic)))
with
else:
print find(pic)
m = match(r'M\[\d+\,\d+ (\d+)x(\d+)\]', str(find(pic)))
Run it until you see the error, then report back with the crashlog.
Ever since I posted this it has not happened again; I'll modify what you told me in the case it happens once more. I have installed Sikulixsetup-1.1.1-20170115 (the one from your installation instructions).
OK, thanks. I asked about the Sikuli version in case you were on a version with different outputs.
I'm closing this for now, but please re-open if the error pops up again.
Environment details
Issue
Is the issue consistent (can be reproduced consistently) or is it transient (only happens sometimes)?: Transient. It has happened 2 days in a row though (and while I was asleep, so I don't really know what happened)
Console log (if applicable)
Relevant config snippet (if applicable)
I do realise it is a Findfailed error, but as you can see my SleepModifier is already at 7, so I'm kinda lost :x