-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Cannot read property 'id' of undefined #47550
Comments
same here |
@joaomoreno Not sure how this can happen unless the data is lost over ipc channel. Shared process is returning valid extensions (with identifiers), but renderer is reporting that identifier is |
Very unlikely. There must be something else going on. |
Can you please take a look at the above code flow and see if there are any suspects? |
Hm... there is really nothing which comes to mind. Did many people hit this? |
Most from error telemetry in different places all leading to same root cause |
How many people +-? |
Not more than 5 people I suppose. But quite number of issues reported in error telemetry. |
I'm experiencing this error when I go to install the JavaScript support bundle (from welcome screen) on a fresh install of 1.22.2 (3aeede7) running on a pretty clean profile of Sierra (10.12.6). Can provide whatever details are requested if that could help you all find the bug. |
Thanks @brazenest
|
@sandy081 Reproduced this after This all appears after clicking the "JavaScript" link under Log (Shared)
Log (Window)
|
Confirmed this error appears also on:
|
Duplicate of #50753 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Issue Id: 201406a2-2adb-40b5-a34b-ae769f7e9211
Versions
- 1.22.1
- 6b4d53c
Stack
TypeError: Cannot read property 'id' of undefined
/vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts#129:84
at Array.map (native)
/vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts#127:22 (onComplete)
/vs/base/common/winjs.base.js#1581:0 (then)
/vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts#126:4 (onComplete)
/vs/base/common/winjs.base.js#1185:0 (_notify)
/vs/base/common/winjs.base.js#867:0 (enter)
/vs/base/common/winjs.base.js#1083:0 (_run)
/vs/base/common/winjs.base.js#1051:0 (onComplete)
/vs/base/common/winjs.base.js#1185:0 (_notify)
/vs/base/common/winjs.base.js#867:0 (enter)
/vs/base/common/winjs.base.js#1083:0 (_run)
/vs/base/common/winjs.base.js#1051:0 (onComplete)
/vs/base/common/winjs.base.js#1185:0
at Object.enter (out/
The text was updated successfully, but these errors were encountered: