robotframework-SikuliLibrary
robotframework-SikuliLibrary copied to clipboard
Error on Add Image Path keyword (AttributeError: 'NoneType' object has no attribute 'run_keyword')
Environment:
- Windows 10
- robotframework 3.1.2
- robotframework-SikuliLibrary 1.0.6
- java version "1.8.0_221"
- Python 3.7.3
- Jython 2.7.1
After try start a simple sikuli test by calling the keyword Add Image Path
was verified:
logs:
SikuliLibrary . Add Image Path C:\\sikuli\\baseline\\simple_test
Arguments: [ 'C:\\sikuli\\baseline\\simple_test ' ]
FAIL AttributeError: 'NoneType' object has no attribute 'run_keyword'
DEBUG
Traceback (most recent call last):
File "c:\program files\python37\lib\site-packages\SikuliLibrary\sikuli.py", line 254, in run_keyword
return self.remote.run_keyword(name, arguments, None)
Can you copy/paste here the actual code that you are trying to run? At least the Settings part.
Also, verify if the sikulix server is up and running, are you using a VM machine, or doing it within your computer?
I'm also getting same error Environment:
Windows 10 (Local Machine) robotframework 3.1.2 Ride 1.7.4.2 and 1.7.3.1 Python 3.7.4. robotframework-SikuliLibrary 1.0.8 java version 1.8