Warning: session_start(): open(/var/lib/php/sessions/sess_s04i2vp0e23f45dlgsr7ch11uc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cmodule GMail > DynVisualBot {
transient bool foundSomething;
//transient RandomScreenScan scan = new(400, 100);
transient IF1 scan = foundSomething -> rect(0, 0, 400, 100);
transient Rect lookingAt;
visual dm_printLogComponent();
start-thread {
while not null (lookingAt = scan.get(foundSomething))
foundSomething = notNull(print(ocr_checkForRegexp(shootScreen2(lookingAt), "Inbox\\s?\\(([0-9,]+)")));
}
}