Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search npm Packages] Unable to search for packages: URL parsing failed #16818

Closed
cgen01 opened this issue Feb 4, 2025 · 1 comment · Fixed by #16824
Closed

[Search npm Packages] Unable to search for packages: URL parsing failed #16818

cgen01 opened this issue Feb 4, 2025 · 1 comment · Fixed by #16824
Labels
bug Something isn't working extension: search-npm Issues related to the search-npm extension extension Issues related to one of the extensions in the Store

Comments

@cgen01
Copy link

cgen01 commented Feb 4, 2025

Extension

https://www.raycast.com/mrmartineau/search-npm

Raycast Version

1.90.0

macOS Version

15.2

Description

Error:

Error: URL parsing failed.

We:PackagListItem.tsx:37:2

---
34: }
35: 
36: export const PackageListItem = ({
37:   result,
38:   setHistory,
39:   isFavorited,
40:   handleFaveChange,
---

    at ray-list-section
Ma:index.js:20:20557
Fr:index.js:8:3631

Tried to reinstall the extension and had the same results

Steps To Reproduce

  1. Enter npm
  2. Search for a package, e.g., chalk

Current Behaviour

It throws this error

Expected Behaviour

It should provide the list of packages

@cgen01 cgen01 added bug Something isn't working extension Issues related to one of the extensions in the Store labels Feb 4, 2025
@raycastbot raycastbot added the extension: search-npm Issues related to the search-npm extension label Feb 4, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @mrmartineau @reloadedhead @TimonVS @luisFilipePT @LunaticMuch @jomifepe @j3lte @LitoMore @ridemountainpig @DarrylBrooks97 you might want to have a look.

💡 Author and Contributors commands

The author and contributors of mrmartineau/search-npm 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: search-npm Issues related to the search-npm extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants