-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Description
System
RaspberryPi-OS-64bit-desktop-trixie
Screencast.From.2025-10-27.19-24-17.mp4
here is a temporary python file
(myenv) pi@pi5-8-512-homelab:~/tmp $ cat init-rpa.py
from time import sleep
import rpa as r
r.init()
r.url('https://www.google.com')
sleep(10)
r.close()
here is the error I get when I run it in the raspberrypi os desktop
(myenv) pi@pi5-8-512-homelab:~/tmp $ python init-rpa.py
[RPA][ERROR] - following happens when starting TagUI...
The following command is executed to start TagUI -
"/home/pi/.tagui/src/tagui" rpa_python
It leads to following output when starting TagUI -
START - automation started - Mon Oct 27 2025 19:21:21 GMT+0530 (IST)
*** stack smashing detected ***: terminated
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.
[RPA][ERROR] - unknown error encountered
[RPA][ERROR] - use init() before using url()
[RPA][ERROR] - use init() before using close()
Metadata
Metadata
Assignees
Labels
No labels