[error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

Asked by Jason Balkman

Hi,

Your software looks outstanding. I am trying to use it to automate queries of a GUI electronic medical record. However I am getting the following error.

[error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

One unique aspect of my work environment is a three-monitor setup for viewing radiology studies. I am not sure if this is related to the error because the 'Hello World' script works on my single monitor laptop at home.

Thanks for the great product.

Jason

-----------

My script is the simple "Hello World" with just the "click(START BUTTON PIC)" line. I am not trying to read any files.

Jason

Question information

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

need more info about the code snippet around the error message.
Are you reading any files as input?

+ info about your system environment.

Multimonitor should have nothing to do with that.

Revision history for this message
Jason Balkman (jshining) said :
#2

My script is the simple "Hello World" with just the "click(START BUTTON PIC)" line. I am not trying to read any files.

Jason

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

Using rc3?

Your system environment? Java Version?

Is the error message the only information?

What happens if you start the IDE, close ALL tabs, stop IDE and restart IDE again (should be an empty Tab now).

just enter the following:

img = capture(100, 100, 100, 100)
find(img).highlight(2)

and run this script. Should display a red frame in upper left of screen.

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.