sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53761
Re: [Question #687415]: Strange problem or a bug in Sikuli
Question #687415 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687415
Status: Open => Answered
RaiMan proposed the following answer:
Please go to the Launchpad site and answer/comment directly in the thread.
Answering to the notification emails directly adds clutter to this thread and makes it hard to follow.
the problem
[error] Error caused by: java.lang.IllegalArgumentException: Cannot create PyString with non-byte value
comes from the Java level and means, that you have some illegal content
at the script level, where a string is expected (as Manfred already
mentioned).
Such problems can only be tracked down in the IDE, by testing suspicious
snippets isolated in a new tab or by only running a line selection
(right mouse on line number column).
add a print statement like print "****** testing" and with each test
iteration move it further to get nearer to the crash point.
Another option always is to track back, what has been changed before.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.