Skip to content
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

timeout() hangs if visual automation mode is not used [fixed] #30

Closed
kensoh opened this issue Jul 12, 2019 · 1 comment
Closed

timeout() hangs if visual automation mode is not used [fixed] #30

kensoh opened this issue Jul 12, 2019 · 1 comment
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Jul 12, 2019

There is a bug in the timeout step in upstream TagUI project (aisingapore/TagUI#497). When timeout() is used with visual_automation = False, it hangs indefinitely. Raising a PR for a new release that implements the bug-fix upstream. Below are technical details of the bug -


In commit aisingapore/TagUI@5cba169 from issue aisingapore/TagUI#443 and PR aisingapore/TagUI#453 the goal is to also update SikuliX integration internal timeout variable. There is a bug introduced that makes timeout step hangs if visual automation is not used.

@kensoh kensoh added the bug label Jul 12, 2019
kensoh added a commit that referenced this issue Jul 12, 2019
There is a bug in the timeout step in upstream TagUI project (aisingapore/TagUI#497). When timeout() is used with visual_automation = False, it hangs indefinitely. Raising a PR for a new release that implements the bug-fix upstream.
@kensoh
Copy link
Member Author

kensoh commented Jul 12, 2019

Fix implemented in v1.7. To use this updated version, pip install tagui --upgrade

@kensoh kensoh changed the title timeout() hangs if visual automation mode is not used timeout() hangs if visual automation mode is not used [fixed] Jul 12, 2019
@kensoh kensoh closed this as completed Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant