undefined `mainSiteRemote` when creating new issue

Issue #285 closed
Joan Massich created an issue

I’m trying the VSCode extension and I cannot get it to create new issues. I get this missing property error (using Jira and Bitbucket extension 2.1.5):

console.ts:137 [Extension Host] No editors associated with document: /home/sik/.config/Code/User/settings.json
t.log @ console.ts:137
console.ts:137 [Extension Host] Settings Cycler: Log level 1
webviewElement.ts:241 [Embedded Page] got config event
console.ts:137 [Extension Host] No editors associated with document: /home/sik/.config/Code/User/settings.json
t.log @ console.ts:137
mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'document' of undefined
$onExtensionRuntimeError @ mainThreadExtensionService.ts:65
mainThreadExtensionService.ts:66 TypeError: Cannot read property 'document' of undefined
at Function.handleContextChange (/home/sik/.vscode/extensions/atishay-jain.all-autocomplete-0.0.23/dist/extension.js:1)
at /home/sik/.vscode/extensions/atishay-jain.all-autocomplete-0.0.23/dist/extension.js:1
at l.fire (/snap/code/20/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:47)
at t.ExtHostDocuments.$acceptModelChanged (/snap/code/20/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:547)
at f._doInvokeHandler (/snap/code/20/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:646)
at f._invokeHandler (/snap/code/20/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:645)

Comments (3)

  1. James Shawn Carnley

    This happened to me when I moved my repo into a Project. I deleted the Authentication to Bitbucket Cloud and re-authenticated and this issue went away. Hope this helps. Thanks.

  2. Log in to comment