Error communicating with native host: Error when communicating with the native messaging host.
24 views
Skip to first unread message
Jagadeesh Murali
unread,
Dec 19, 2024, 8:30:28 AM (5 days ago) Dec 19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hi all, I am facing the above error when i try to read a message from my chrome-extension. I have my executable file in the exact path of manifest registered to my windows regedit.
I was successfully able to start the app from command line.
My flow has to go like below
chrome extension reads tab events -> for a specific tab title, i have to trigger my electron app -> electron app listens for messages from extension -> perform actions in my chrome window
My code is successfully executed in mac machines but fails with windows
hrg...@gmail.com
unread,
Dec 19, 2024, 9:06:49 AM (5 days ago) Dec 19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Jagadeesh Murali
That error means that your native host is sending a message to the extension in the wrong format.