raycast / extensions

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

[Arc] "Search Arc" and "Search Tabs" Commands Timing Out or Returning only Google Suggestions #14361

Open to-turion opened 1 week ago

to-turion commented 1 week ago

Extension

https://raycast.com/the-browser-company/arc

Raycast Version

v1.82.3

macOS Version

14.16.1

Description

Various errors when trying to use the "Search Arc" and "Search Tabs" commands. Sometimes the request times out, sometimes it returns only Google suggestions, and sometimes there's no error message, but nothing turns up for any search or leaving the search field blank.

Error:

Error: Command timed out after undefined milliseconds: osascript
Timed out
    at Timeout._onTimeout (/Users/mollyhutt/.config/raycast/extensions/606e26d8-b3c5-4760-8001-dccce1b872c4/search-tabs.js:8:319773)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

Error:

Error: Command timed out after undefined milliseconds: osascript
Timed out
    at Timeout._onTimeout (/Users/mollyhutt/.config/raycast/extensions/606e26d8-b3c5-4760-8001-dccce1b872c4/search.js:8:319773)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

CS_Arc_New Issue · raycastextensions_2024-09-06_15 34 23@2x CS_Arc_New Issue · raycastextensions_2024-09-06_15 42 23@2x

Steps To Reproduce

  1. From main menu
  2. Open command ("Search Arc" or "Search Tabs")
  3. Do nothing
  4. See error "Failed to fetch latest data Command timed out after undefined milliseconds: osascript Timed out"

Current Behaviour

Search times out, shows no results, or shows only Google suggestions

Expected Behaviour

Return relevant tabs

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @thomaspaulmann @zach-fuller @ankitchouhan1020 @pernielsentikaer @danpalmer @rgrunberg @tleo19 @loris @bdsqqq @xilopaint @jayeshbhole @hinzed1127 @omar-salama @underscoregeb @ridemountainpig you might want to have a look.

💡 Author and Contributors commands The author and contributors of `the-browser-company/arc` 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.