Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Errors in VSCode output during FIM #400

Closed
jhrozek opened this issue Dec 17, 2024 · 1 comment
Closed

[Bug]: Errors in VSCode output during FIM #400

jhrozek opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels

Comments

@jhrozek
Copy link
Contributor

jhrozek commented Dec 17, 2024

Describe the issue

I'm seeing a bunch of these in the vscode output:

2024-12-17 21:45:03.489 [error] [streamChoices] Error parsing JSON stream data 102
2024-12-17 21:45:03.489 [error] [streamChoices] Error parsing JSON stream data 
2024-12-17 21:45:03.490 [error] [streamChoices] Error parsing JSON stream data 108
2024-12-17 21:45:03.490 [error] [streamChoices] Error parsing JSON stream data 
2024-12-17 21:45:03.498 [error] [streamChoices] Error parsing JSON stream data 102
2024-12-17 21:45:03.503 [error] [streamChoices] Error parsing JSON stream data 
2024-12-17 21:45:03.506 [error] [streamChoices] Error parsing JSON stream data 102
2024-12-17 21:45:03.512 [error] [streamChoices] Error parsing JSON stream data 
2024-12-17 21:45:03.522 [error] [streamChoices] Error parsing JSON stream data 103
2024-12-17 21:45:03.522 [error] [streamChoices] Error parsing JSON stream data 
2024-12-17 21:45:03.527 [error] [streamChoices] Error parsing JSON stream data 118

these look like we are not properly streaming the length of the SSE chunks. Everything seems to work though.

Steps to Reproduce

This is during FIM.

Operating System

MacOS (Arm)

IDE and Version

latest

Extension and Version

latest

Provider

GitHub Copilot

Model

copilot, so I guess chatGPT

Logs

No response

Additional Context

No response

@jhrozek jhrozek added the bug label Dec 17, 2024
@jhrozek jhrozek changed the title [Bug]: Provide a general summary of the issue [Bug]: Errors in VSCode output during FIM Dec 17, 2024
@aponcedeleonch aponcedeleonch self-assigned this Jan 9, 2025
@aponcedeleonch
Copy link
Contributor

This is fixed. I'm not seeing any logs like that at Github Copilot console in vscode:

2025-01-09 10:53:56.484 [info] [fetchCompletions] request.response: [https://localhost:8990/v1/engines/copilot-codex/completions] took 399 ms
2025-01-09 10:53:56.508 [info] [streamChoices] solution 2 returned. finish reason: [stop]
2025-01-09 10:53:56.512 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2025-01-09 10:53:56.513 [info] [streamChoices] solution 1 returned. finish reason: [stop]
2025-01-09 10:53:56.513 [info] [streamChoices] request done: headerRequestId: [b98f7668-1f48-4fb2-8445-dd992ee00a54] model deployment ID: [d152-20240926070153]
2025-01-09 10:53:57.072 [info] [code-referencing] Calling Match
2025-01-09 10:53:57.125 [info] [ghostText] Filtered out solution matching next line
2025-01-09 10:53:57.214 [info] [code-referencing] No match found

Please re-open if you encounter it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants