Cannot enable the extension
See original GitHub issueI just installed this coc extension and its not working. When I try to enable the extension, it throws this error.
Error:
[coc.nvim]: UnhandledRejection: TypeError: Cannot read property 'write' of null
UnhandledRejection: TypeError: Cannot read propery 'write' of null
Issue Analytics
- State:
- Created 3 years ago
- Comments:27 (12 by maintainers)
Top Results From Across the Web
Extensions disabled by Chrome - Chrome Web Store Help
If you see a message saying "Extensions Disabled," it's because Chrome has turned off one or more of your extensions to keep your...
Read more >How to Fix Chrome Extensions Not Working or Greyed out?
How to Fix Chrome Extensions Not Working? · End the Chrome Process Using Task Manager · Re-Enable the Installed Chrome Extensions · Upgrade...
Read more >How to Install (Re-Enable) Chrome Extensions that are not ...
1. Open Google Chrome and go to chrome menu · 2. Choose “Extensions” from the left pane. · 3. Click the “browse the...
Read more >Re-enable extensions not coming from Chrome Web Store ...
Click the Chrome menu Chrome menu on the browser toolbar. Select Tools. Select Extensions. Extensions that have been disabled are grayed out and...
Read more >Google Chrome deactivated my extension and won't allow ...
Go to about:flags and enable this flag #extension-apis and then restart browser, and then try to re-enable the extension. 1
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
For anyone else searching, I went into
/.config/coc/extensions/node_modules/coc-discord-rpc/lib/index.js
and changed line 3046 fromreturn ${prefix.replace(/\/$/, '')}/discord-ipc-${id};
toreturn /var/folders/g3/znz8yyl55ls27thh9l56x6rr0000gn/T/discord-ipc-${id};
which was what it returned when I typed$ find /private/var/folders -name "*discord-ipc*" 2> /dev/null
.I have the same issue, discord-vscode works as is, but not coc-discord-rpc.
I edited the error message to print the id and path of
getRPC
coc-nvivm.log:
The
discord-ipc
path on my machine is different:macOS 11.1 (Big Sur) NVIM v0.5.0-dev+1059-g55add1c1c coc-discord-rpc 4.0.0