py-iMessage
py-iMessage copied to clipboard
TypeError
Getting the following error when trying to send a message.
Error: TypeError: messagesApp.buddies.whose is not a function. (In 'messagesApp.buddies.whose({handle:{_contains: number}})', 'messagesApp.buddies.whose' is undefined) (-2700)
I am also receiving the same message
+1 over here
messagesApp.buddies.whose has to be renamed to messagesApp.participants.whose
works with macos 11.2.2
added a bit of code to switch on macos version, but haven't seen it to completion. Would be great to get a PR submitted to add it