rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
147 stars 61 forks source link

Error on Add Image Path keyword (AttributeError: 'NoneType' object has no attribute 'run_keyword') #110

Open JoaoEnesGoncalves opened 5 years ago

JoaoEnesGoncalves commented 5 years ago

Environment:

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)
edsonharantes commented 5 years ago

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?

mbharath12 commented 4 years ago

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