直到最近(可能是 2021 年 9 月上旬),我一直在使用github copilot,突然注意到 copilot 停止显示建议。
我检查了 VSCode 中的日志,每次都显示类似的输出
[INFO] [ghostText] [2021-09-09T14:23:50.510Z] Breaking, no choices
[INFO] [default] [2021-09-09T14:23:58.685Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex
[INFO] [ghostText] [2021-09-09T14:23:58.876Z] Breaking, no choices
[INFO] [default] [2021-09-09T14:23:58.989Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex
[INFO] [default] [2021-09-09T14:23:59.313Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 323 ms
[ERROR] [streamChoices] [2021-09-09T14:23:59.314Z] Error parsing extraData: service unavailable
我试图搜索这个问题(谷歌、StackOverflow、GitHub 问题等),不幸的是仍然没有答案。想知道是否有人遇到过类似的问题并且可能已经找到了解决方案?谢谢。