py-iMessage icon indicating copy to clipboard operation
py-iMessage copied to clipboard

TypeError

Open jothus opened this issue 4 years ago • 4 comments

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)

jothus avatar Dec 31 '20 14:12 jothus

I am also receiving the same message

longmuiryan avatar Jan 25 '21 01:01 longmuiryan

+1 over here

nolanbconaway avatar Feb 12 '21 18:02 nolanbconaway

messagesApp.buddies.whose has to be renamed to messagesApp.participants.whose

works with macos 11.2.2

remetremet avatar Mar 08 '21 11:03 remetremet

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

Rolstenhouse avatar May 12 '21 21:05 Rolstenhouse