-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Investigate high extension install error rate #190233
Comments
Internal errors are uncaught errors and hence cannot be classified. They stood the most (50%). I will try to see if there are places in the code where we can catch more error and classify them. The remaining are classified and can be explained by the error code name. Download errors could be network or service related and corrupt zips are service related. |
Thanks for looking into this. Being able to further classify the internal errors would greatly help here. |
I just hit this. It doesn't fix itself even after a restart. A corrupted file is stored in Located in An easy bandaid fix might be to delete the file once the UpdateDeleting the corrupted file indeed fixes the issue. |
It should be doing this already. Can you please confirm if this is not happening? Please share the log - F1 > Open View... > Shared |
@sandy081 Perhaps is broken in MacOS? Here are the logs. Notice the timestamp difference after the
About Visual Studio Code:
|
@juancampa You are right, there is a bug in cleaning up the downloaded VSIX where it is a corrupt zip. Can you pleas file a separate issue? |
Another thing we found out today is that sometimes the
Whereas when downloading the extension via A colleague and I tried debugging the |
Added specific error codes to understand internal errors. Also fixed a bug that is reporting error twice. |
Note sure how many of these are related, but I've seen a noticeable number of extension installation failure questions on SO recently: |
@dtivel discovered that we are having a high error rate of extension install.
Here are some kusto queries with interesting results:
And here is the ErrorCodeDetail
@sandy081 why do we have such a high failure rate? What is the Internal error code?
It looks like there is a high error rate on work days when there is a higher load on MP service so it also might be influenced by the service.
I can not go back more in time than 10 months to check if we always had these error rates.
Error rates on extension update are considerably lower.
fyi @joaomoreno
The text was updated successfully, but these errors were encountered: