← Back to team overview

sikuli-driver team mailing list archive

[Question #145724]: X-1.0rc2 : Remote image doesn't work on winxp sp3

 

New question #145724 on Sikuli:
https://answers.launchpad.net/sikuli/+question/145724

Hi,

      I am trying the new functionalities of the rc2. I am working on win xp sp3. I tried to used an remote image with the find function. I have checked the url of the picture however when I try the following line :
find(Pattern("http://item-52869/cancel.png";).similar(0.30))

I obtain the following error :
[error] Arrêté 
[error] Une erreur est survenue à la ligne 1 
[error] Message d'erreur : Traceback (most recent call last):  
File "C:\WINDOWS\Temp\sikuli-tmp107480224646310188.py", line 1, in    
find(Pattern("http://item-52869/cancel.png";).similar(0.30))  
File "D:\Darwin\Sikuli\Sikuli-X-1.0rc2-win32\sikuli-script.jar\Lib\sikuli\Region.py", line 59, in find  Line 1, in file C:\WINDOWS\Temp\sikuli-tmp107480224646310188.py   
at org.sikuli.script.Region.wait(Region.java:410)  at org.python.proxies.sikuli.Region$Region$1.super__wait(Unknown Source)  
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)  
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)  
at java.lang.reflect.Method.invoke(Unknown Source)   

org.sikuli.script.FindFailed: FindFailed: Server returned HTTP response code: 503 for URL: http://item-52869/cancel.png  
Line 1, in file C:\WINDOWS\Temp\sikuli-tmp107480224646310188.py

Note : I have checked with and without options -Dhttp.proxyHost -Dhttp.proxyPort to avoid proxy problem, unfortunately I have the same behavior. 

Regards

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.