Extension keeps failing
See original GitHub issueEnvironment data
- VS Code version: 1.3.0
- Extension version (available under the Extensions sidebar): 2018.12.1
- OS and version: Solus, v3.9999
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.8
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): virtualenv
- Relevant/affected Python packages and their versions: All
Expected behaviour
Extension functions normally.
Actual behaviour
Extension keps failing, thus breaking autocomplete.
Steps to reproduce:
Not sure what causes it. Appears to happen randomly. I thought it may have been related to working on files stored in a symlinked folder, but that’s not the case.
Logs
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
ERR Cannot read property 'map' of undefined: TypeError: Cannot read property 'map' of undefined
at asCompletionResult (/home/hmnd/.vscode/extensions/ms-python.python-2018.12.1/node_modules/vscode-languageclient/lib/protocolConverter.js:145:1)
at <anonymous>
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
How to Fix Chrome Extensions Not Loading or Crashing
How to Fix Chrome Extensions Not Loading or Crashing · 1. Restart Chrome · 2. Delete Google Chrome Cache · 3. Search for...
Read more >Top 7 Ways to Fix Google Chrome Failed to Load Extension
1. Restart Google Chrome · 2. Update Extension · 3. Reinstall Extension · 4. Clear Google Chrome Cache · 5. Run Google Chrome...
Read more >Fix problems with apps, extensions, or themes - Chrome Web ...
Open the Chrome Web Store. · At the top right, click Settings and then My Extensions & Apps. · Click the app, extension,...
Read more >FIX: Chrome failed to load extension error - Windows Report
How do I fix the Google Chrome Extension load error? · 1. Reinstall Google Chrome. uninstaller · 2. Use Incognito or Guest mode....
Read more >Fix: Chrome Extensions Stopped Working - Appuals.com
Glitched Google Chrome process · Installed Extensions Conflict · Outdated Chrome or Windows build version · Corrupted browser user profile ...
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 FreeTop 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
Top GitHub Comments
After the update (Microsoft Python Language Server version 0.1.78.0) the problem is solved for me. (I had the exact same problem as hmnd)
Please do ensure you update your version of the extension to the latest.