Analysis Engine Errors with URI
See original GitHub issueThe following errors are getting logged in VSC by the Analysis Engine and none of the analysis engine features work:
ERR [UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//"): Error: [UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")
at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:46:496
at t.e (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:46:631)
at new t (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:48:171)
at Function.e.parse (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:47:431)
at nullConverter (/Users/donjayamanne/.vscode-insiders/extensions/pythonVSCode/node_modules/vscode-languageclient/lib/protocolConverter.js:13:47)
at asSymbolInformation (/Users/donjayamanne/.vscode-insiders/extensions/pythonVSCode/node_modules/vscode-languageclient/lib/protocolConverter.js:251:125)
at values.map.information (/Users/donjayamanne/.vscode-insiders/extensions/pythonVSCode/node_modules/vscode-languageclient/lib/protocolConverter.js:247:42)
at Array.map (<anonymous>)
at asSymbolInformations (/Users/donjayamanne/.vscode-insiders/extensions/pythonVSCode/node_modules/vscode-languageclient/lib/protocolConverter.js:247:23)
at <anonymous>
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Kusto.Ingest errors & exceptions - Azure Data Explorer
This article describes Kusto.Ingest - Errors and Exceptions in Azure Data Explorer. ... The sources are preserved for further analysis.
Read more >bug: SARIF URI scheme "git" did not match the checkout URI ...
Analysis upload status is failed. Error: Code Scanning could not process the submitted SARIF file: SARIF URI scheme "git" did not match the...
Read more >Dart Analysis fails on package imports with message "Target ...
Dart Analysis finds the following error: ERROR: Target of URI doesn't exist: 'package:...'. Versions IntelliJ IDEA 2017.1. Build #IC-171.3780.107, ...
Read more >Errors accessing parts of the site - NGINX Request too large
When I attempt to view those details, your site generates nginx errors, URI too large etc. Can someone look into this? How about...
Read more >Troubleshooting index lifecycle management errors - Elastic
When ILM executes a lifecycle policy, it's possible for errors to occur while performing the necessary index operations for a step. When this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not sure if something changed in the analysis engine but I tried again a bit ago and it seems to be working now.
OK, that one is fixed in https://github.com/Microsoft/PTVS/pull/4399