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

Cannot listen for messages on 10.15.4 #32

Open
aroth opened this issue Feb 7, 2021 · 1 comment
Open

Cannot listen for messages on 10.15.4 #32

aroth opened this issue Feb 7, 2021 · 1 comment

Comments

@aroth
Copy link

aroth commented Feb 7, 2021

Sending messages is working great.

But the listening example code:

const imessage = require("osa-imessage");

imessage.listen().on("message", (msg) => {
  console.log(msg);
});

simply exits. Am I missing something?

~/dev/osa|⇒  node test.js
This version of macOS (13.4.0) is currently untested with this version of osa-imessage. Proceed with caution.
~/dev/osa|⇒
@alectrocute
Copy link

@aroth, you'll have to modify the source of this project to remove that check. It should still run fine, as per my tests.

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

No branches or pull requests

2 participants