raycast / extensions

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

Error: Command failed with exit code 1: osascript -e tell application "Google Chrome" activate tell window 1 set newTab to make new tab end tell end tell return true 97:109: execution error: Google Chrome got an error: Can’t get window 1. Invalid index. (-1719) tell application "Google Chrome" activate tell window 1 set newTab to make new tab [Google Chrome] ... #5297

Closed domsmith343 closed 1 year ago

domsmith343 commented 1 year ago

Extension

https://www.raycast.com/Codely/google-chrome

Description

Error: Command failed with exit code 1: osascript -e tell application "Google Chrome" activate tell window 1 set newTab to make new tab
end tell end tell return true

97:109: execution error: Google Chrome got an error: Can’t get window 1. Invalid index. (-1719)

tell application "Google Chrome"
  activate
  tell window 1
      set newTab to make new tab  

Steps To Reproduce

No response

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 year ago

Thank you for opening this issue!

🔔 @rgomezcasas @bromanko @crisboarna you might want to have a look.

💡 Tip: Once the issue is resolved, comment @raycastbot close this issue to close it.

raycastbot commented 1 year ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 1 year ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.