[1.1.4] sikulixapi.jar: parameter pythonserver now is -p

Asked by Dillon

I'm not sure if I'm missing something. I'm trying out sikulix4python from https://github.com/RaiMan/sikulix4python.

I'm trying to start the sikulix api on Windows 10 with Java 11 but it seems to be failing. I'm getting the following output:

C:\Windows\system32>java -jar D:\...\Sikuli\sikulixapi.jar pythonserver -v
[DEBUG] API: starting
[DEBUG] API: no extensions.txt nor valid content
[DEBUG] API: adding extension: C:\Users\user\AppData\Roaming\Sikulix\Extensions\jython-standalone-2.7.1.jar
[DEBUG] API: Running: D:\Documents\QA_Automation\Sikuli\sikulixapi.jar
[DEBUG] API: AppData: C:\Users\dillo\AppData\Roaming\Sikulix
[DEBUG] API: Classpath: D:\Documents\QA_Automation\Sikuli\sikulixapi.jar;C:\Users\user\AppData\Roaming\Sikulix\Extensions\jython-standalone-2.7.1.jar

Any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Over the last 2 weeks the focus was on the revision of the support for handling different content (.sikuli, .py and text files) in the IDE, the revision of the corresponding runner support and a complete revision of the startup behaviour including non-experimental parameters.

Nothing of all that is currently documented.

To start a Python supporting server instance now you have to use:
java -jar sikulixapi.jar -p

the debug parameter -v is still valid so.

the message about the optional extensions.txt can be ignored (a place where you can list extension pointers on stuff that is not in the Extensions folder)

Revision history for this message
RaiMan (raimund-hocke) said :
#2

I have updated the README of sikulix4python

Can you help with this problem?

Provide an answer of your own, or ask Dillon for more information if necessary.

To post a message you must log in.