-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Brew search returns "invalid tap name" #16607
Closed
3 tasks done
Comments
I'm seeing this with other commands as well. For example, any upgrade or install involving a cask. It looks like there's already a potential fix in #16608. |
This is also happening to me with the install command |
Thanks for the reports, the issue will be resolved shortly |
awesome - that was fast, fixed it for me! |
Fixed for me too. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I want to search the database for packages... well, the reason is obvious...
What happened (include all command output)?
❯ brew search python
'Error: Invalid tap name 'mysql-connector-python/'
❯ brew search hello
Error: Invalid tap name 'helo/'
❯ brew search -d hello
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FormulaAPILoader): loading jello from API
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FormulaAPILoader): loading helm from API
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FormulaAPILoader): loading hello from API
/opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading helo
Error: Invalid tap name 'helo/'
/opt/homebrew/Library/Homebrew/tap.rb:48:in
fetch' /opt/homebrew/Library/Homebrew/cask/cask_loader.rb:460:in
tap_cask_token_type'/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:502:in
block in for' /opt/homebrew/Library/Homebrew/cask/cask_loader.rb:495:in
each'/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:495:in
for' /opt/homebrew/Library/Homebrew/cask/cask_loader.rb:455:in
load'/opt/homebrew/Library/Homebrew/search.rb:96:in
block in search_casks' /opt/homebrew/Library/Homebrew/search.rb:95:in
map'/opt/homebrew/Library/Homebrew/search.rb:95:in
search_casks' /opt/homebrew/Library/Homebrew/search.rb:115:in
search_names'/opt/homebrew/Library/Homebrew/cmd/search.rb:85:in
search' /opt/homebrew/Library/Homebrew/brew.rb:86:in
What did you expect to happen?
get a result
Step-by-step reproduction instructions (by running
brew
commands)not really a step, i assume. The error just occurs... undependent on what to search for.
The text was updated successfully, but these errors were encountered: