-
Notifications
You must be signed in to change notification settings - Fork 133
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
Socket hang up when deploying Azure Functions #3100
Comments
Same here and as discussed rollback vscode fixed the issue. Another copy of closed issue ; #2390 |
Same here |
Until a fix is released in VS Code stable (hopefully the next major release), here are some options:
Here's some information on the bug we suspect is causing the issue with zip deploy. We suspect that it was a regression in the libuv library caused by libuv/libuv@ce15b84, which was included in Node.JS See this issue, and specifically this comment for more information. Follow along with #2844 for more updates and discussion, we're directing all of these zip deploy issues over there. |
Closing as a duplicate of #2844 |
Fix has been released in version v1.6.2 of the extension. |
Deployment using Azure Functions Extension (Deploy to Function App...) fails with VSCode version 1.66. When changed to previous version 1.65.2 of VSCode, everything works fine.
Azure Functions output logs:
9:45:47 AM xx-functions: Starting deployment...
9:45:51 AM xx-functions: Creating zip package...
9:46:06 AM xx-functions: Zip package size: 20.2 MB
10:01:42 AM: Error: request to https://xx-functions.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: socket hang up
This is a copy of a closed issue created from lainean in vscode-project: microsoft/vscode#146885
The text was updated successfully, but these errors were encountered: