sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #20959
[Bug 1223741] Re: [1.0.1] IDE: Windows: imported images not found on 2nd script run
@Rob
fixed. run setup again in about 30 min (still to upload the offline stuff)
** Description changed:
+ ----- fixed with version 1.0.1 per September 12 at 3 pm gmt+1
+ repeat setup after this time to get the fixed version
+ ----------------------------------------------------------
+
im trying to run a script which depends on images stored in an imported
.sikuli. the first time i run the script from the ide it works as
expected. the second time i get the following error message:
[error] 1372711263469.png looks like a file, but not on disk. Assume
it's text.
[error] script [ Bscript ] stopped with error in line 4
[error] FindFailed ( can not find 1372711263469.png on the screen. )
here is the script that fails:
from sikuli import *
import oxpTools as oxp
Settings.MoveMouseDelay = 0.01
billingQueue = oxp.OxpQueue(queue='Billing')
billingQueue.filterQueue(status='25',payorType='1')
any ideas?
** Changed in: sikuli
Importance: High => Critical
** Summary changed:
- [1.0.1] IDE: Windows: imported images not found on 2nd script run
+ [1.0.1 ok] IDE: Windows: imported images not found on 2nd script run
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1223741
Title:
[1.0.1 ok] IDE: Windows: imported images not found on 2nd script run
Status in Sikuli:
Fix Committed
Bug description:
----- fixed with version 1.0.1 per September 12 at 3 pm gmt+1
repeat setup after this time to get the fixed version
----------------------------------------------------------
im trying to run a script which depends on images stored in an
imported .sikuli. the first time i run the script from the ide it
works as expected. the second time i get the following error message:
[error] 1372711263469.png looks like a file, but not on disk. Assume
it's text.
[error] script [ Bscript ] stopped with error in line 4
[error] FindFailed ( can not find 1372711263469.png on the screen. )
here is the script that fails:
from sikuli import *
import oxpTools as oxp
Settings.MoveMouseDelay = 0.01
billingQueue = oxp.OxpQueue(queue='Billing')
billingQueue.filterQueue(status='25',payorType='1')
any ideas?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1223741/+subscriptions
References