aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.58k stars 580 forks source link

Visual automation doesn't work - to check more with user on why image not found #845

Closed theMoe closed 3 years ago

theMoe commented 4 years ago

Hi!

I use TagUI v6 and Java JDK 14. When I try to use click with a png, I see always this error. Any ideas how to fix it?

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/C:/Users/.../AppData/Roaming/Sikulix/Extensions/jython-standalone-2.7.1.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[tagui] START  - listening for inputs
[tagui] INPUT  - [1] click C:/tagui/src/01OutlookBar.png
[tagui] ACTION - click C:/tagui/src/01OutlookBar.png
[tagui] OUTPUT - [1] ERROR
[tagui] FINISH - stopped listening IDE terminated: returned: 0

Thanks!

Moe

theMoe commented 4 years ago

When I run the flow i get this message in the command line

ERROR - cannot find C:/tagui/src/01OutlookBar.png on screen
Dateiname existiert bereits, oder die Datei
konnte nicht gefunden werden.

Translated: File name already exists, or the file could not be found.

theMoe commented 4 years ago

This issue seems to be similar #113

theMoe commented 4 years ago

I updated jython to 2.7.2. Now the log looks like this, but nothing happens. Any ideas, what I am doing wrong?

[tagui] START  - listening for inputs

[tagui] INPUT  - [1] click C:/tagui/src/01OutlookBar.png
[tagui] ACTION - click C:/tagui/src/01OutlookBar.png
[tagui] OUTPUT - [1] ERROR

[tagui] FINISH - stopped listening
IDE terminated: returned: 0
kensoh commented 3 years ago

Hi @theMoe sorry I was away the past few months - https://github.com/tebelorg/RPA-Python/issues/144

Is the issue still happening? Can you share the contents of the log file tagui/src/tagui.sikuli/tagui_windows.log ?

kensoh commented 3 years ago

(closing issue for now till further inputs)