We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, basically what the title says.
pipx
bt install
Now, doing, say, bt list sometimes gives an error saying IO Error : No such file or directory (os error 2), or it just exits with no result.
bt list
IO Error : No such file or directory (os error 2)
I tried copying the json file to /Library/Application Support/Google/Chrome/NativeMessagingHosts (saw in the issues), but still, nothing!
json
/Library/Application Support/Google/Chrome/NativeMessagingHosts
The text was updated successfully, but these errors were encountered:
@farzadmf try this #43 (comment)
Sorry, something went wrong.
@grandkrav thank you for the comment.
I ended up using chrome-remote-interface, and it does what I need (without the hassle of installing an extension etc.)
No branches or pull requests
Hi, basically what the title says.
pipx
bt install
Now, doing, say,
bt list
sometimes gives an error sayingIO Error : No such file or directory (os error 2)
, or it just exits with no result.I tried copying the
json
file to/Library/Application Support/Google/Chrome/NativeMessagingHosts
(saw in the issues), but still, nothing!The text was updated successfully, but these errors were encountered: