osa-imessage
osa-imessage copied to clipboard
Cannot listen for messages on 10.15.4
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|⇒
@aroth, you'll have to modify the source of this project to remove that check. It should still run fine, as per my tests.