question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: Cannot read property 'browser_download_url'

See original GitHub issue
[coc.nvim] Error on active extension coc-omnisharp: TypeError: Cannot read property 'browser_download_url' of undefined

MacOS Mojave: 10.14.4 dotnet: 2.2.402 nvim: 0.3.4

Any other information?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yatlicommented, Sep 19, 2019

try 0.0.20 now;

0reactions
3rdey3commented, Jan 27, 2020

having same problem on windows nvim 0.4.3

update

After poking around a bit I found out that the latest omnisharp-roslyn release has no assets yet and so returns an empty assets array. So the code throws and error since there is no matched_asset and browser_download_url. The code is not catching the exception to handle it gracefully. As a result, the existing Omnisharp executable is also not starting and coc.nvim fails to provide code completion.

A quick hack I did was to add a catch(ex) { return; } for the try block in downloadLanguageServer() in langserver.js file. Now the existing omnisharp is starting.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix the TypeError 'Cannot read property 'download ...
There is no this method or property downloads in Browse object, you can check it here on puppeteer docs. you can try using...
Read more >
github
To detect an API rate limit error, you can check if its type is *github.RateLimitError: repos, _, err := client.Repositories.
Read more >
ERROR TypeError: Cannot read property title of undefined
HEY, SET YOUR LIKE THERE ! ... Your browser can't play this video. ... Solved: ERROR TypeError : Cannot read property title of...
Read more >
Cannot read properties of undefined' - JavaScript Debugging
JavaScript Tutorial. How To Fix 'Uncaught TypeError : Cannot read properties of undefined' - JavaScript Debugging. 26K views 6 months ago.
Read more >
Cannot read property 'medium' of null" Cant figure it out!
I keep getting a "TypeError: Cannot read property 'medium' of null" particular in my second component that contains an img key from an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found