Alex Becker

Results 11 comments of Alex Becker

I have been having the exact same issue today (everything worked on Friday 12/12), very similar set up: Windows 11, Ubuntu 22.04 WSL 1. `opencode` opens on projects _without_ actual...

Output from my end, looks like in my case the corporate proxy my laptop sits behind is stepping on `opencode.ai` (I can't access it in the browser. I was using...

I get a `ProviderModelNotFoundError` error on that: ``` ProviderModelNotFoundError: ProviderModelNotFoundError data: { providerID: "github-copilot", modelID: "gpt-4.1", suggestions: [], }, ```

Ah yeah, good point. I lost my `Copilot` auth after reinstalling a couple times. Here you are: ``` $ opencode run hello --print-logs --model github-copilot/gpt-4.1

Exactly, yeah. It just hangs in the terminal after running `opencode`

Yep, I am on WSL (stuck on version 1, unfortunately)

No dice there either, unfortunately I did also change from an `npm install` to a `bun install`, but that did not appear to make any noticeable difference

I was on `1.0.153`, and I upgraded to `1.0.163` this morning and still have the same issue. I have tried a number of older ones, `1.0.150` did not work. IIRC...

Interestingly no, only _most_ coding projects it seems. From my testing: **Works** - bash - ruby - plain old markdown files **Does not work** - python - go - java...

Exactly, yeah. Something to do with coding projects/LSPs causes it to choke, it seems