Hello All
I am currently testing aenea on win10 virtual machine on macOS (as server) using parallels.
dragonfly works fine. aenea also communicates with the server.
However when i use the 'hello world aenea' grammar example, and say 'test hello world remote grammar'
the macOS just beeps as if something was typed in some non-editor window. probably some control characters are pressed.
here is the log from the server in debug mode (I pretty printed the json part for readability here):
------------
WARNING:server:Server is configured to disable checking security tokens. You can use generate_security_token.py to generate a security token, which you should then add to config.py (client) and aenea.json (server). This message is intentionally spammy and annoying -- you need to fix this.
DEBUG:root:
{ "posn":[
933,
77
],
"enaB":"AEType('msng')",
"ptsz":[
655,
427
],
"help":"AEType('msng')",
"ects":[
],
"axds":"AEType('msng')",
"titl":"aenea.txt",
"minW":"AEType('msng')",
"valL":"AEType('msng')",
"maxV":"AEType('msng')",
"focu":False,
"id":"TextEdit",
"pcls":"AEType('cwin')",
"role":"AXWindow",
"rold":"standard window",
"selE":"AEType('msng')",
"pnam":"aenea.txt",
"title":"aenea.txt",
"desc":"standard window",
"orie":"AEType('msng')",
"sbrl":"AXStandardWindow"
}
10.211.55.4 - - [06/Jun/2020 00:38:07] "POST / HTTP/1.1" 200 -
WARNING:server:Server is configured to disable checking security tokens. You can use generate_security_token.py to generate a security token, which you should then add to config.py (client) and aenea.json (server). This message is intentionally spammy and annoying -- you need to fix this.
10.211.55.4 - - [06/Jun/2020 00:38:07] "POST / HTTP/1.1" 200 -
-------------any help why to fix the issue is appreciated.
tx