nouhab
nouhab
hello @Raghavendra-TN, Do you resolve this problem ?
hi, i have the last version installed in my docker file: ``` cat version.py Created on 2015/12/10 Author: by [email protected] VERSION = '2.0.3' ``` when i remove the Start Sikuli...
Thanks for your response . ``` /home/test # robot -L trace test.robot ============================================================================== Test :: Sikuli Library Demo ============================================================================== Sikuli tests | FAIL | Setup failed: AttributeError: 'NoneType' object has...
i start the server manually by typing this command : nohup java -jar /usr/lib/python3.10/site-packages/SikuliLibrary/lib/SikuliLibrary.jar 8081 /home/test/img & then i change my code to ``` *** Settings *** Documentation Sikuli Library...
@rainmanwy Any suggestion to resolve the problem please ?
/home/test # cat nohup.out WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 13:40:24.435 [main] INFO org.eclipse.jetty.util.log - Logging initialized @524ms to org.robotframework.remoteserver.logging.Jetty2Log4J 13:40:24.492 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.31.v20200723; built:...
RE @rainmanwy, I try to build the sukiliLibrary under my docker file and i get the some error==>step mvn package ``` #18 97.91 [WARNING] Parameter tasks is deprecated, use target...
Any solution for this issue please ?