raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.23k stars 2.92k forks source link

[Microsoft Teams] Unable to Start a Video Call #14037

Open baaldlam opened 4 weeks ago

baaldlam commented 4 weeks ago

Extension

https://www.raycast.com/sven/microsoft-teams

Raycast Version

1.81.1

macOS Version

Sonoma 14.6.1

Description

Error:


Error: Command failed with exit code 1: osascript
235:243: execution error: Can’t get application "Microsoft Teams (work or school)". (-1728)

k5:run-applescript.js:38:21

---
35:         timedOut,
36:         command: "osascript",
37:         options,
38:         parentError: new Error(),
39:     })

### Steps To Reproduce

1. use find chat
2. find the chat
3. hit cmd shit v to start a video call or cmd shift a for an audio call

### Current Behaviour

Nothing happens, when I reopen raycast I get the error log

### Expected Behaviour

Call happens. The app is configured correctly as everything else seems to work 
raycastbot commented 4 weeks ago

Thank you for opening this issue!

🔔 @svenwiegand you might want to have a look.

💡 Author and Contributors commands The author and contributors of `sven/microsoft-teams` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
svenwiegand commented 4 weeks ago

🔔 @crisboarna you might want to have a look, as you've implemented the feature.