google / go-github

Go library for accessing the GitHub v3 API
https://pkg.go.dev/github.com/google/go-github/v66/github
BSD 3-Clause "New" or "Revised" License
10.44k stars 2.06k forks source link

copilot suddenly stopped working #2940

Closed shaulispitzer closed 1 year ago

shaulispitzer commented 1 year ago

I started using copilot about 2 weeks ago, it was working fine until yesterday, when I start typing code then it doesn't show any suggestions anymore, when I check the log for github copilot it has this: [INFO] [ghostText] [2023-09-27T10:05:27.285Z] Cancelled during debounce [INFO] [default] [2023-09-27T10:05:27.407Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex [INFO] [default] [2023-09-27T10:05:27.952Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex [ERROR] [ghostText] [2023-09-27T10:05:31.222Z] Error on ghost text request: (FetchError) Client network socket disconnected before secure TLS connection was established. does anyone have any ideas of how I could fix it, I am still signed in to github

gmlewis commented 1 year ago

This repo is for a Go client library called go-github and does not handle GitHub tech support for Copilot or any of GitHub's products.

A quick search, however, might help you out.

Closing.