sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29095
Re: [Question #256439]: IDE: Python: How can I see the exact line of error in module classes/functions --- use 1.1.0+
Question #256439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/256439
Status: Open => Answered
RaiMan proposed the following answer:
That you get this error situation is a bug in the Sikuli Java API:
The App functions should not return a null value.
To avoid this situation you currently should wrap the App function calls
into try:except:
To give appropriate information back in error situations/crashes on the
Java level of Sikuli is on the list for version 1.2
If unsure how to solve it:
Just post the snippet in your class, where you use the App class functions.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.