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

How to make the script beat after this error? - use if condition with init() #322

Closed
BlondinkaQ opened this issue Oct 28, 2021 · 6 comments
Labels

Comments

@BlondinkaQ
Copy link

how to make the script beat after this error?
write me a sample script
try exept and if else not workig

[RPA][ERROR] - following happens when starting TagUI...

The following command is executed to start TagUI -
"C:\Users\Administrator\AppData\Roaming/tagui/src/tagui" rpa_python chrome

It leads to following output when starting TagUI -

START - automation started - Wed Oct 27 2021 05:52:50 GMT-0700 (Pacific Daylight Time)

LIVE MODE - type done to quit
@fi-do
Copy link
Contributor

fi-do commented Nov 19, 2021

Hey @BlondinkaQ,

I try to understand your issue. Can you give a specific example that provokes this error? Normally this happens when the tagui process isn't working anymore.

Best regards,
fi-do

@BlondinkaQ
Copy link
Author

@fi-do
just occurs from time to time on windows, after restart everything works again and I can't pass it through try except

@kensoh
Copy link
Member

kensoh commented Apr 18, 2022

Adding on, one way is to do error checking this way, since init() returns False if anything goes wrong during initialisation -

if not r.init():
    # do what you want on error initialising

@kensoh kensoh changed the title how to make the script beat after this error? How to make the script beat after this error? - use if condition on init() Apr 18, 2022
@kensoh kensoh added the query label Apr 18, 2022
@kensoh
Copy link
Member

kensoh commented Apr 18, 2022

Adding on further, from above error message it looks like sometimes on your PC, after the TagUI process runs it dies, thus the Python process cannot "latch" onto it to control the process.

@kensoh
Copy link
Member

kensoh commented Apr 18, 2022

Lastly, linking to a related enhancement issue to improve the error handling of the package - #299

@kensoh kensoh changed the title How to make the script beat after this error? - use if condition on init() How to make the script beat after this error? - use if condition with init() Apr 18, 2022
@kensoh
Copy link
Member

kensoh commented Apr 24, 2022

Closing issue for now but please let me know if you run into any problem or new info!

@kensoh kensoh closed this as completed Apr 24, 2022
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

3 participants