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

[RPA][ERROR] - TagUI process ended unexpectedly - ERROR - undefined is not an object (evaluating 'e.message.charAt') #1364

Open
KateKrechet opened this issue Nov 15, 2023 · 1 comment

Comments

@KateKrechet
Copy link

Hi!
Yesterday I installed targui - https://tagui.readthedocs.io/en/latest/setup.html.
When I launched the sample.py from github - I get an error - undefined is not an object (evaluating 'e.message.charAt').
rpa_python.log located below:

START - automation started - Wed Nov 15 2023 11:15:07 GMT+0300 (RTZ 2 (зима))

LIVE MODE - type done to quit
�[RPA][STARTED]
[RPA][0] - listening for inputs
[RPA][1] - https://ca.yahoo.com
[RPA][1] - listening for inputs
[RPA][2] - exist_result = exist('ybar-sbq').toString()
[RPA][2] - listening for inputs
[RPA][3] - dump exist_result to rpa_python.txt
ERROR - undefined is not an object (evaluating 'e.message.charAt')

https://ca.yahoo.com/ - Yahoo | Mail, Weather, Search, News, Finance, Sports, Shopping, Entertainment, Video
FINISH - automation finished - 24.3s

@blandyy
Copy link

blandyy commented Feb 4, 2024

Hello, did you find the answer to this question? I alleviated this problem by modifying the source code, but I couldn't find the cause of the problem. The modification method is to modify tagui in the directory of tagui_ Delete all e.message.charAt in parse.php for a total of two errors, so that the errors it captures do not need to reference the e object. I also look forward to you truly solving this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants