raycast / extensions

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

[Google Chrome] Cannot search code-server tabs #12375

Open zhuxinqimac opened 1 month ago

zhuxinqimac commented 1 month ago

Extension

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

Raycast Version

1.74.0

macOS Version

14.1

Description

Error:

Error: Issue with tab: 'Get Started — custom_tools — code-server~~~https://arnold-proxy-i18n.tiktok-row.org/p46cdf2b620da86aa4c8a39a5447298a9/?folder=/mnt/bn/tns-xinqi-arnold/repos/custom_tools~~~~~~1155867824~~~1'
Command failed with exit code 1: osascript -e 
    tell application "Google Chrome"
      activate
      set _wnd to first window where id is 1155867824
      set index of _wnd to 1
      set active tab index of _wnd to 1
    end tell
    return true

113:135: execution error: Google Chrome got an error: AppleEvent handler failed. (-10000)

Command failed with exit code 1: osascript -e 
    tell application "Google Chrome"
      activate
      set _wnd to first window where id is 1155867824

Install a vscode web code-server. Using raycast to search code-server will trigger error.

Steps To Reproduce

Open a vscode code server in chrome browser and install it as a standalone window (tab). Using raycast to search for the code-server tab will trigger error.

Current Behaviour

Using raycast to search code-server will trigger error.

Expected Behaviour

Should be able to search code-server tabs as the web code-server is also a web tab.

raycastbot commented 1 month 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` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue.
a-laughlin commented 1 month ago

I lack experience with vscode code servers and installing them as tabs. Given that vscode is a code editor, you might be the best person to fix this @zhuxinqimac

raycastbot commented 3 days 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 😊