raycast / extensions

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

[Google Chrome] New tab doesn't work #7479

Closed jasonesiegel closed 1 year ago

jasonesiegel commented 1 year ago

Extension

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

Description

Error:

Error: Command failed with exit code 1: osascript -e 
    tell application "Google Chrome"
      activate
      tell window 1
          set newTab to make new tab with properties {URL:"https://www.google.com/search?q=podhighlighter"} 
      end tell
    end tell
    return true

97:180: 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 with properties {URL:"https://www.google.com/search?q=podhighlighter"} 

Steps To Reproduce

Try opening a new tab with a text string. It doesn't work

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 year ago

Thank you for opening this issue!

๐Ÿ”” @rgomezcasas @bromanko @crisboarna @andreaselia @rtyke @karolre @Aiee 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.