alnoda-workspaces icon indicating copy to clipboard operation
alnoda-workspaces copied to clipboard

wrk install issue - behind proxy?

Open andreagalle opened this issue 8 months ago • 4 comments

I've been using your wonderful ws for 1yr at work, as well as for personal projects, but this is the very first time I try out the wrk install coommand to try out couple Apps. I get, for any app, the following error:

11:39:18 with abc in ~p ➜ docker
zsh: command not found: docker
11:39:22 with abc in ~p ➜ wrk install docker==24.0.4-isolate
🛑 App or app version not found
11:39:46 with abc in ~p ➜ wrk install gpt                   
🛑 App or app version not found

This error 🛑 App or app version not found seems to me related to proxy issues, probably, since I experience it when I run the above comamnd from my company workstation and not from home. Is there the possibility to pass the wrk install command the proxy settings?

Within my workspace, all the corresponding environments variable are properly configured:

11:43:44 with abc in ~p ➜ env | grep -i proxy                  
HTTPS_PROXY=http://xxx.xx.xxx.xx:8080
no_proxy=xxx.xx.xxx.xx
NO_PROXY=xxx.xx.xxx.xx
https_proxy=http://xxx.xx.xxx.xx:8080
http_proxy=http://xxx.xx.xxx.xx:8080
HTTP_PROXY=http://xxx.xx.xxx.xx:8080

Wouldn't be a good idea to redirect stderr to stdout too once the installation script is ran?

andreagalle avatar Nov 04 '23 15:11 andreagalle