Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specified native messaging host not found #461

Open
moseify opened this issue May 21, 2022 · 4 comments
Open

Specified native messaging host not found #461

moseify opened this issue May 21, 2022 · 4 comments

Comments

@moseify
Copy link

moseify commented May 21, 2022

image
I executed all the steps in the instructions manual but no use and still getting this nuisance error

@mczakk
Copy link

mczakk commented Jun 10, 2022

I have exactly the same error using chrome on windows, i have followed the instructions to the letter.
The extension also fails to work on firefox on the same machine

@dcecchini
Copy link

dcecchini commented Jul 19, 2022

I have the same error using Edge Version 103.0.1264.62 (Official build) (64-bit).
When I open the browser console, there is only a warning message, no error:

image

But in the previous tab, there is a message saying that the documents to be parsed are zero:

image

So I think it may be the case that it could not find the information of the paper in the page (both Google scholar page and SSRN page).

@tobiasdiez tobiasdiez changed the title Tailwindcss and JabRef error Specified native messaging host not found Sep 7, 2022
@tobiasdiez
Copy link
Member

I'm sorry for the inconvenience caused. This error points to an issue with the config, but sadly the browsers don't give much detail about the particular problem. https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging suggests to check the following:

  • Is the name spelled correctly in the extension and in the manifest file?
  • Is the manifest put in the right directory and with the correct name? See native messaging host location for the expected formats.
  • Is the manifest file in the correct format? In particular, is the JSON syntax correct and do the values match the definition of a native messaging host manifest?
  • Does the file specified in path exist? On Windows, paths may be relative, but on OS X and Linux, the paths must be absolute.

So I guess the manifest file is not in the correct path.

@physicsbeany
Copy link

Was this ever resolved? It only just happened to me yesterday, after several months of issue-free use of JabRef on my MacOS machine (with Chrome). Could Chrome browser updates have messed up the JabRef configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants