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
We have been trying (different users/computers) to run r.init() and we always get the same error [RPA][ERROR] - failed downloading from https://github.com/tebelorg/Tump/releases/download/v1.0.0/TagUI_Windows.zip... and noticed that url does not longer exist. I found the updated file from TagUI docs but I don't know where to save it so rpa doesn't try to download it. Also, having the url updated would be very helpful. Thanks.
The text was updated successfully, but these errors were encountered:
Thanks @Ambarella-VE and @shubham303, it is possible to avoid auto-download but you'll have to modify the tagui.py script to handle that. Whenever there is references for the string "download(" manually download and comment off that line.
Alternatively, the recommended way is to use a computer or proxy that has the internet access to auto-download from github.com domain, and use pack() to generate a zip file, which you can copy over to the restricted network PC to use.
See here for the steps to use pack() - #36 (comment)
We have been trying (different users/computers) to run
r.init()
and we always get the same error[RPA][ERROR] - failed downloading from https://github.com/tebelorg/Tump/releases/download/v1.0.0/TagUI_Windows.zip...
and noticed that url does not longer exist. I found the updated file from TagUI docs but I don't know where to save it so rpa doesn't try to download it. Also, having the url updated would be very helpful. Thanks.The text was updated successfully, but these errors were encountered: