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

[git] Error: Request 'resolveContent' failed when opening "DD" conflict from git view #5463

Open
kittaakos opened this issue Jun 13, 2019 · 0 comments
Labels
bug bugs found in the application git issues related to git

Comments

@kittaakos
Copy link
Contributor

This happens when trying to open a non-existing file marked as a (git) conflicting from the git view.

Open main.txt in the editor:

Screen Shot 2019-06-13 at 22 10 23

Uncaught (in promise) Error: Request 'resolveContent' failed
    at Proxy.<anonymous> (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/bundle.js:109424:33)
    at FileResource.<anonymous> (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:309:62)
    at step (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:243:23)
    at Object.next (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:224:53)
    at https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:218:71
    at new Promise (<anonymous>)
    at push.../../packages/filesystem/lib/browser/file-resource.js.__awaiter (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:214:12)
    at FileResource.push.../../packages/filesystem/lib/browser/file-resource.js.FileResource.readContents (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/5.bundle.js:303:16)
    at new MonacoEditorModel (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/28.bundle.js:129:38)
    at MonacoTextModelService.<anonymous> (https://3000-aa7e5a81-2826-4b87-a71d-ac8997287f96.ws-eu0.gitpod.io/28.bundle.js:650:47)
Caused by: Error: 'file:///workspace/foo-bar/main.txt' has not been found.
    at FileSystemNode.<anonymous> (/workspace/theia/packages/filesystem/lib/node/node-filesystem.js:160:64)
    at step (/workspace/theia/packages/filesystem/lib/node/node-filesystem.js:59:23)
    at Object.next (/workspace/theia/packages/filesystem/lib/node/node-filesystem.js:40:53)
    at fulfilled (/workspace/theia/packages/filesystem/lib/node/node-filesystem.js:31:58)
@kittaakos kittaakos added bug bugs found in the application git issues related to git labels Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application git issues related to git
Projects
None yet
Development

No branches or pull requests

1 participant