Error sending SMS via AppleScript
See original GitHub issueSee the error message here: https://controlc.com/21f386c1
Issue created by BlueBubbles Bot in the
BlueBubbles
commnity on behalf of@zach
in#support
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Simple AppleScript to send SMS by Messages app fails with ...
Try: tell application "Messages" launch repeat while (count of windows) is 0 end repeat set a to first account whose service type =...
Read more >Sending messages from terminal | Apple Developer Forums
Hi, Thanks for help but now the messages are send as iMessage - they are blu and not green and not going to...
Read more >How to send a Text Message with AppleScript - CubeMG
The first thing that you have to do is open iMessage and message the number that you want to send the text message...
Read more >Applescript to send SMS (text) message when it receive an ...
Applescript to send SMS (text) message when it receive an email on my office outlook. - smsme.scpt.
Read more >mail.app - Apple Script not running as expected - Ask Different
The email I sent later on contained the message "#tech sxi" but the script is not showing the correct output for this email....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did some further digging and found the issue with the fallback script.
original bluebubbles script
– error gives "Can’t get chat id … (-1728) "
fallback bluebubbles script
– gives variable SMS is not defined
working script if run from terminal could be used for fallback
That script doesn’t work on Big Sur anyways (at least as far as I can tell with screwing around with permissions for 20ish minutes). That second script was intended to add starting new conversations for big sur.