TypeError: Cannot read property 'toString' of undefined
See original GitHub issuecoc-discord-rpc keeps on throwing the following error:
[coc.nvim]: UnhandledRejection: TypeError: Cannot read property 'toString' of undefined.
Was working till a few days back, have no idea what broke it. Tried reinstalling multiple times only to arrive at the same conclusion.
uname -a:
Linux ArchBox 5.13.9-arch1-1 #1 SMP PREEMPT Sun, 08 Aug 2021 11:25:35 +0000 x86_64 GNU/Linux
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:15 (7 by maintainers)
Top Results From Across the Web
TypeError: Cannot read property 'toString' of Null in JS
The "Cannot read property 'toString' of null" error occurs when the toString() method is called on a null value. To solve the error,...
Read more >Why do I get Cannot read property 'toString' of undefined
toString () throws a TypeError. It says string is undefined. I'm not an experienced js developer. Why would this happen? Edit: I call...
Read more >Cannot read property 'toString' of undefined - Syncfusion
In your shared code snippet, you have assigned value in string type for value property. But the value property accepts only string array...
Read more >TypeError: Cannot read property 'toString' of undefined
It looks like the zap is working with still sending the information to Active Campaign but it still sends errors. Any help appreciated....
Read more >Cannot read property 'toString' of undefined - Web
The full error message or issue you are running into. Which Web Client SDK version? ... Steps to reproduce the behavior: ... If...
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
The plugin works perfectly now. Thank you @LeonardSSH and @excalios ❤️
https://github.com/LeonardSSH/coc-discord-rpc/commit/d123a583ab9f829d60aeeea4b531a10127f67d52 solves the problem entirely. In the next few minutes, a new version patch for this issue will be released.
Please update the extension and let me know if it’s fixed. @excalios @AakashSharma7269 @atemmel @whisperity @iraizo @ArmoredVortex