mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-26 01:05:50 +03:00
[GH-ISSUE #3] Call status check script not working #2
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andre4ik3 on GitHub (Mar 17, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/3
As I said in #2 , I wasn't able to complete a call previously due to lack of physical camera. I have one now, but FaceTime still refuses to work. When trying to do a FaceTime call, before even connecting or declining, the following error happens:
AppleScript Error -1719: System Events got an error: Can't get scroll area 2 of window 1 of process "FaceTime". Invalid index.I glanced over the code and it seems that it is trying to get the sidebar (scroll area) that is not present here because the call has not yet started. When the error happens, this is the view of the desktop computer:
System Details
@andre4ik3 commented on GitHub (Mar 17, 2022):
Nevermind, looking at the call status check script again, it does not yet support Russian locale in the labels list! 😅
Fixed by changing FaceTime locale to English in System Preferences :)