MoltHub search broken (both on the website and in CLI) #26

Open
opened 2026-02-15 17:15:11 -05:00 by yindo · 1 comment
Owner

Originally created by @ksylvan on GitHub (Jan 28, 2026).

MoltHub search broken (both on the website and in CLI)

This makes the platform very hard to use.

Reproduction steps

  1. Go to https://clawdhub.com/skills
  2. Enter anything in the search
  3. In javascript console, you'll see:
installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396
installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396
installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396

Parallel problem with the CLI

I also see this (possibly same) error using the CLI:

pnpm exec molthub search Google
✖ {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"}
Error: {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"}
Originally created by @ksylvan on GitHub (Jan 28, 2026). # MoltHub search broken (both on the website and in CLI) This makes the platform very hard to use. ## Reproduction steps 1. Go to https://clawdhub.com/skills 2. Enter anything in the search 3. In javascript console, you'll see: ```text installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 ``` ## Parallel problem with the CLI I also see this (possibly same) error using the CLI: ```text pnpm exec molthub search Google ✖ {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"} Error: {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"} ```
Author
Owner

@GHesericsu commented on GitHub (Jan 31, 2026):

ya the search is unusable right now @steipete

@GHesericsu commented on GitHub (Jan 31, 2026): ya the search is unusable right now @steipete
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#26