MarketSquare / MarketSquare/robotframework-SikuliLibrary

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

Open
#110 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
163
Forks
60
PR merge metrics
No merged PRs in 30d

Description

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)
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting SikuliLibrary/sikuli.py around line 254 and the Add Image Path keyword, using the traceback and the provided Windows, Python, Jython, Java, and Robot Framework versions. Reproduce the simple Sikuli test and verify that Add Image Path no longer raises the NoneType run_keyword error.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, python
Domain
desktop, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.