robotframework-SikuliLibrary icon indicating copy to clipboard operation
robotframework-SikuliLibrary copied to clipboard

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

Open JoaoEnesGoncalves opened this issue 5 years ago • 2 comments

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)

JoaoEnesGoncalves avatar Aug 26 '19 10:08 JoaoEnesGoncalves

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?

edsonharantes avatar Sep 03 '19 16:09 edsonharantes

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

mbharath12 avatar May 29 '20 12:05 mbharath12