You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SikuliLibrary is installed - with pip - pip install robotframework-SikuliLibrary==1.0.8(also tried version robotframework-SikuliLibrary 2.0.0)
then I can see SikuliLibrary.jar at /usr/local/lib/python3.7/site-packages/SikuliLibrary/lib Folder
tesseract-ocr and libopencv-dev also installed properly with version : libopencv-dev is already the newest version (3.2.0+dfsg-6) tesseract-ocr is already the newest version (4.0.0-2).
when we try to run java jar file manually : java -jar SikuliLibrary.jar 10000 (where port is 10000) then getting following response:
WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
WARN: Please see http://www.slf4j.org/codes.html#release for an explanation.
0 [main] INFO org.eclipse.jetty.server.Server - jetty-7.x.y-SNAPSHOT
46 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - started o.e.j.s.ServletContextHandler{/,null}
167 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started [email protected]:10000
But when trying to run the robot script , getting error :
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/SikuliLibrary/sikuli.py", line 54, in __init__
self.start_sikuli_process(port)
File "/usr/local/lib/python3.7/site-packages/SikuliLibrary/sikuli.py", line 93, in start_sikuli_process
self.remote = self._connect_remote_library()
File "/usr/local/lib/python3.7/site-packages/SikuliLibrary/sikuli.py", line 208, in _connect_remote_library
self._test_get_keyword_names(remote)
File "/usr/local/lib/python3.7/site-packages/SikuliLibrary/sikuli.py", line 225, in _test_get_keyword_names
raise RuntimeError('Failed to get_keyword_names!')
How to Solve above error?
Kindly help
Note: Already seen issues : #19
and #20
but we are not getting our issue solved with above solution @rainmanwy kindly help
The text was updated successfully, but these errors were encountered:
You may configure "DISPLAY" environment when execute RF cases in shell.
below is the response from other guys, you may have a try.
I managed to install Sikuli successfully Wang
Few simple issues like maven folder permission issues and you were correct, the big issue was the DISPLAY variable, it was auto created after enabling x11 properly in the host.
Thank you so much!
God bless you, tc and be happy!
Scenario :
pip install robotframework-SikuliLibrary==1.0.8
(also tried version robotframework-SikuliLibrary 2.0.0)then I can see SikuliLibrary.jar at /usr/local/lib/python3.7/site-packages/SikuliLibrary/lib Folder
tesseract-ocr and libopencv-dev also installed properly with version :
libopencv-dev is already the newest version (3.2.0+dfsg-6)
tesseract-ocr is already the newest version (4.0.0-2).
when we try to run java jar file manually : java -jar SikuliLibrary.jar 10000 (where port is 10000) then getting following response:
How to Solve above error?
Kindly help
Note: Already seen issues :
#19
and #20
but we are not getting our issue solved with above solution @rainmanwy kindly help
The text was updated successfully, but these errors were encountered: