-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using r = some_value in workflow triggers R integration, to ignore 'r =' / 'R =' - done #1011
Comments
Hi @Jassherrin can you attach the log files in tagui\src\tagui.sikuli here? The logs will share more info what could have gone wrong. Haven't come across this issue before from users. |
Hi @Jassherrin from the logs it looks like everything works correctly. It might be [ctrl]c end up killing TagUI because that is the shortcut to kill TagUI if your focus at the moment is on TagUI and not other apps. Will you be able to join the weekly Zoom call this Thursday from 4-5pm? we can look further on the call. I cannot find anything wrong with the logs and your workflow.
|
I'll join the zoom call tomorrow. Thanks. |
Hello could we meet around 4.30 or 5pm? |
Hi @Jassherrin 430pm ok, if you join at 445pm ok too. |
The problem was with the variable r. Changing it fixes the issue. |
Thanks Sherrin for closing the issue! Adding on, yes, I'll reopen the issue for the time being, and see if we can add some safeguards so that users won't run into this again. For eg, maybe ignore |
Above commit fixes this. Users can download the latest copy of TagUI with this fix and unzip to overwrite your existing installation (please drag the folders under tagui\src to overwrite your existing installation) - https://github.com/kelaberetiv/TagUI/archive/master.zip In the next release, this will become part of the packaged zip files. |
Closing issue, change included in latest packaged release - https://github.com/kelaberetiv/TagUI/releases/tag/v6.46.0 |
The tagui runs as normal until the excel sheet. There are a bunch of things it needs to copy and it gets stuck coping at the same place. The command prompt shows no error and does not stop the process unless it is ctrl C'ed.
It keeps getting stuck at U15's r = clipboard().
keyboard [ctrl]g
keyboard [ctrl]a[delete]
keyboard U14[enter]
keyboard [ctrl]c
q = clipboard()
keyboard [ctrl]g
keyboard [ctrl]a[delete]
keyboard U15[enter]
keyboard [ctrl]c
r = clipboard()
keyboard [ctrl]g
keyboard [ctrl]a[delete]
keyboard U16[enter]
keyboard [ctrl]c
s = clipboard()
The text was updated successfully, but these errors were encountered: