You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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()