raycast / extensions

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

[Google Chrome] click link in history not work #11144

Closed edisonLzy closed 4 months ago

edisonLzy commented 6 months ago

Extension

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

Description

Error:

Error: Command failed with exit code 1: osascript -e 
        set winExists to false
        tell application "Google Chrome"
            repeat with win in every window
                if index of win is 1 then
                    set winExists to true
                    exit repeat
                end if
            end repeat

            if not winExists then
                make new window
            end if

            tell window 1
                set newTab to make new tab with properties {URL:"https://p2058.dev.myones.net/project/#/workspace"}
            end tell
        end tell
        return true

85:278: execution error: “Google Chrome”遇到一个错误:不能获得“every window”。 (-1728)

        set winExists to false
        tell application "Google Chrome"
            repeat with win in every window
                if index of win is 1 then

Steps To Reproduce

  1. input 'Search history'
  2. select a item arbitrarily and enter to confirm

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 6 months ago

Thank you for opening this issue!

🔔 @rgomezcasas @bromanko @crisboarna @andreaselia @rtyke @karolre @Aiee @nagauta @a-laughlin @tleo19 you might want to have a look.

💡 Author and Contributors commands The author and contributors of `Codely/google-chrome` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
raycastbot commented 4 months 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 4 months 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.