Oliver Kowalke
Oliver Kowalke
same problem here with v1.0.119
> set this and it should work: `NO_PROXY=localhost,127.0.0.1 ` unfortunately - doesn't work: ``` export NO_PROXY=localhost,127.0.0.1 opencode ^[[I^[[I^[[I^[[I ERROR: The requested URL could not be retrieved ERROR The requested URL...
> hm well it may depend on ur proxy i set up one and that got it working ill check it oit tbo The proxy runs on another host (setup...
> You may also need: > > If your enterprise environment uses custom CAs for HTTPS connections (whether through a proxy or direct API access), configure OpenCode Code to trust...
> [@olk](https://github.com/olk) your system blocks requests to a server running on ur own machine? Did u set NO_PROXY? no, the server is running in the intranet at ai.abc.xyz. NO_PROXY=127.0.0.1,10.0.0.0/8,localhost,.abc.xyz
I was able to get opencode running. I created a docker image (using Ubuntu as base; passing the HTTP_PROXY/HTTPS_PROXY/NO_PROXY env variables). I don't know why it fails on Arch Linux...
No additional configuration for LSP support (as described here https://pkg.go.dev/github.com/sst/opencode#readme-lsp-language-server-protocol) is required?
> Just FYI, the docs I found were linked from this repo. It popped up when I searched for LSP: https://opencode.ai/docs/lsp-servers > > Since it's not linked in the menu,...
> [@olk](https://github.com/olk) Thanks for reporting this issue! Would you like to open a PR to fix it? > > /help I've a patch but unfortunately it doesn't solve the issue....