Re: [Sikuli-driver] [Question #708437]: java.lang.IllegalArgumentException: Key: Not supported character:

2023-12-04 Thread Launchpad Janitor
Question #708437 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708437

Status: Needs information => Expired

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

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708437]: java.lang.IllegalArgumentException: Key: Not supported character:

2023-11-18 Thread RaiMan
Question #708437 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708437

Status: Open => Needs information

RaiMan requested more information:
SikuliX version?
System?
Keyboard layout?
Java version?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #708437]: java.lang.IllegalArgumentException: Key: Not supported character:

2023-11-13 Thread Maione Sousa
New question #708437 on SikuliX:
https://answers.launchpad.net/sikuli/+question/708437

I am writing this script:

type('r', KEY_WIN)
wait(2)
type("cmd")
type(Key.ENTER)
wait(Pattern("1674648095670-1.png").similar(0.76),10)
type("python")

However, this error is occurring. Does anyone know how to resolve it? :

[error] script [ test_error ] stopped with error in line 6
[error] java.lang.IllegalArgumentException ( 
java.lang.IllegalArgumentException: Key: Not supported character: p )
[error] --- Traceback --- error source first
line: module ( function ) statement 
6: main (   ) type("python")
[error] --- Traceback --- end --

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp