【发布时间】:2021-09-09 14:28:15
【问题描述】:
直到最近(可能是 2021 年 9 月上旬)我还在使用 github 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
我尝试搜索这个问题(google、StackOverflow、GitHub 问题等),但遗憾的是仍然没有答案。想知道是否有人遇到类似问题并且可能已经找到解决方案?谢谢。
【问题讨论】:
标签: github visual-studio-code vscode-extensions github-copilot