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

Error: Unexpected status code (expected 418): 200 #237890

Closed
bpasero opened this issue Jan 14, 2025 · 1 comment · Fixed by #237891 or #238341
Closed

Error: Unexpected status code (expected 418): 200 #237890

bpasero opened this issue Jan 14, 2025 · 1 comment · Fixed by #237891 or #238341
Assignees
Labels
important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders integration-test-failure
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jan 14, 2025

https://dev.azure.com/vscode/VSCode/_build/results?buildId=141529&view=logs&j=e5ed5edc-5ec6-5bfb-d1cb-ed7e8a6cb5eb&t=591b7a1b-7322-5ac3-b08e-eb7fe6b0ff14&l=985

1) vscode API - network proxy support
       basic auth:
     Error: Unexpected status code (expected 418): 200
      at ClientRequest.<anonymous> (D:\a\_work\1\s\extensions\vscode-api-tests\src\singlefolder-tests\proxy.test.ts:115:14)
      at Object.onceWrapper (node:events:633:26)
      at ClientRequest.emit (node:events:530:35)
      at HTTPParser.parserOnIncomingClient (node:_http_client:702:27)
      at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
      at TLSSocket.socketOnData (node:_http_client:544:22)
      at TLSSocket.emit (node:events:518:28)
      at addChunk (node:internal/streams/readable:561:12)
      at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
      at TLSSocket.Readable.push (node:internal/streams/readable:392:5)
      at TLSWrap.onStreamRead (node:internal/stream_base_commons:191:23)

I have seen this more than once.

@bpasero bpasero added the important Issue identified as high-priority label Jan 14, 2025
@bpasero bpasero added this to the January 2025 milestone Jan 14, 2025
chrmarti added a commit that referenced this issue Jan 14, 2025
chrmarti added a commit that referenced this issue Jan 14, 2025
chrmarti added a commit that referenced this issue Jan 14, 2025
chrmarti added a commit that referenced this issue Jan 14, 2025
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Jan 14, 2025
@vs-code-engineering vs-code-engineering bot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 15, 2025
@bpasero bpasero reopened this Jan 21, 2025
@vs-code-engineering vs-code-engineering bot removed the insiders-released Patch has been released in VS Code Insiders label Jan 21, 2025
@bpasero
Copy link
Member Author

bpasero commented Jan 21, 2025

  1 failing
  1) vscode API - network proxy support
       basic auth:
     Error: Unexpected status code (expected 204): 407
      at ClientRequest.<anonymous> (D:\a\_work\1\s\extensions\vscode-api-tests\src\singlefolder-tests\proxy.test.ts:144:16)
      at Object.onceWrapper (node:events:633:26)
      at ClientRequest.emit (node:events:518:28)
      at HTTPParser.parserOnIncomingClient (node:_http_client:702:27)
      at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
      at Socket.socketOnData (node:_http_client:544:22)
      at Socket.emit (node:events:518:28)
      at Socket.Readable.read (node:internal/streams/readable:782:10)
      at Socket.read (node:net:777:39)
      at flow (node:internal/streams/readable:1283:53)
      at resume_ (node:internal/streams/readable:1262:3)
      at processTicksAndRejections (node:internal/process/task_queues:82:21)

https://dev.azure.com/vscode/VSCode/_build/results?buildId=142042&view=logs&j=e5ed5edc-5ec6-5bfb-d1cb-ed7e8a6cb5eb&t=591b7a1b-7322-5ac3-b08e-eb7fe6b0ff14&l=997

chrmarti added a commit that referenced this issue Jan 21, 2025
chrmarti added a commit that referenced this issue Jan 21, 2025
@vs-code-engineering vs-code-engineering bot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders integration-test-failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants