sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31730
Re: [Question #265242]: xmlrpclib.fault:text search currently switched off
Question #265242 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265242
Status: Needs information => Answered
RaiMan proposed the following answer:
This is what I understand:
1 you have a SystemA, that has SikuliX 1.0.1 installed
2 on SystemA you can run RDP, that accesses some SystemB, where your target application runs
3 you have a server.sikuli with the above mentioned content and features
4 you start this server.sikuli somehow, which just does nothing, but starting the xml-rpc server and wait for client requests
5 now from somewhere (seems to be some Python code), you issue some xml-rcp client request, that triggers the execution of the IF_Box_Controller() function.
at 4: how do you do that?
Now you say, that the IF_Box_Controller() function partly works (I guess you see the connection setup and the RDP window), which means, the image files are found in the folder server.sikuli, but suddenly this is no longer true for
click("1429094975833.png") # bring RDP window to front
since a message like
:text search currently switched off
tells us, that "1429094975833.png" cannot be used as image filename (not found in the filesystem or not useable).
In this case the given text is used for text search, but text search does not work in your situation (which would indeed did not make any sense, even if it worked).
conclusion:
If I understood right, then I simply have no idea about possible causes.
what can you do:
- run the server.sikuli with -d 3 or at the beginning of the script say
Debug.setDebugLevel=3
- you might test with version 1.1.0
switching debug on here in the script:
Debug.on(3)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.