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

TagUI download error on init() - likely blocked by intranet proxy, check proxy #449

Closed
Ambarella-VE opened this issue Mar 8, 2023 · 4 comments
Labels

Comments

@Ambarella-VE
Copy link

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.

@kensoh
Copy link
Member

kensoh commented Mar 10, 2023

Hi @Ambarella-VE can you check your intranet proxy or try another computer like your personal laptop? The link https://github.com/tebelorg/Tump/releases/download/v1.0.0/TagUI_Windows.zip is valid and I can download it from the web browser. It might be your network policy not allowing automated download from github.com and its associated endpoints.

@kensoh kensoh changed the title TagUI download TagUI download error on init() - likely blocked by intranet proxy, check proxy Mar 10, 2023
@kensoh kensoh added the query label Mar 10, 2023
@Ambarella-VE
Copy link
Author

Hi @kensoh, Thanks for your response. Isn't it possible to save it manually? and avoid the auto download?

@shubham303
Copy link

Hi Everyone,
I am also facing the same problem, @Ambarella-VE is facing

@kensoh
Copy link
Member

kensoh commented Mar 11, 2023

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)

@kensoh kensoh closed this as completed Mar 29, 2023
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