GitHub::API::ValidationFailedError #4732
Unanswered
jhon9392
asked this question in
Tap maintenance and brew development
Replies: 1 comment
-
From the error message you posted:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
i am trying to install custom Formula but there is an error while installing i see below error
/opt/homebrew/Cellar/kairos-awssamlapi-base/0.12.1_2/libexec/bin/pip
install
-r
/private/tmp/kairos-awssamlapi-base-20230821-28271-24vi78/requirements.txt
If reporting this issue please do so to (not Homebrew/brew or Homebrew/homebrew-core):
kairos/tools
/opt/homebrew/Library/Homebrew/utils/github/api.rb:337:in
'raise_error': Validation Failed: [{"message"=>"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.", "resource"=>"Search", "field"=>"q", "code"=>"invalid"}] (GitHub::API::ValidationFailedError) from /opt/homebrew/Library/Homebrew/utils/github/api.rb:263:in
open_rest'from /opt/homebrew/Library/Homebrew/utils/github.rb:178:in
search' from /opt/homebrew/Library/Homebrew/utils/github.rb:182:in
search_results_items'from /opt/homebrew/Library/Homebrew/utils/github.rb:36:in
search_issues' from /opt/homebrew/Library/Homebrew/utils/github.rb:62:in
issues_for_formula'from /opt/homebrew/Library/Homebrew/exceptions.rb:502:in
fetch_issues' from /opt/homebrew/Library/Homebrew/exceptions.rb:497:in
issues'from /opt/homebrew/Library/Homebrew/exceptions.rb:553:in
dump' from /opt/homebrew/Library/Homebrew/brew.rb:151:in
rescue infrom /opt/homebrew/Library/Homebrew/brew.rb:139:in
<main>' /opt/homebrew/Library/Homebrew/formula.rb:2741:in
block in system': Failed executing: /opt/homebrew/Cellar/kairos-awssamlapi-base/0.12.1_2/libexec/bin/pip install -r /private/tmp/kairos-awssamlapi-base-20230821-28271-24vi78/requirements.txt (BuildError)from /opt/homebrew/Library/Homebrew/formula.rb:2677:in
open' from /opt/homebrew/Library/Homebrew/formula.rb:2677:in
system'from /opt/homebrew/Library/Taps/kairos/homebrew-tools/Formula/kairos-awssamlapi-base.rb:37:in
install' from /opt/homebrew/Library/Homebrew/build.rb:177:in
block (3 levels) in install'from /opt/homebrew/Library/Homebrew/extend/kernel.rb:499:in
with_env' from /opt/homebrew/Library/Homebrew/build.rb:139:in
block (2 levels) in install'from /opt/homebrew/Library/Homebrew/formula.rb:1420:in
block in brew' from /opt/homebrew/Library/Homebrew/formula.rb:2908:in
block (2 levels) in stage'from /opt/homebrew/Library/Homebrew/extend/kernel.rb:499:in
with_env' from /opt/homebrew/Library/Homebrew/formula.rb:2907:in
block in stage'from /opt/homebrew/Library/Homebrew/resource.rb:128:in
block (2 levels) in unpack' from /opt/homebrew/Library/Homebrew/download_strategy.rb:113:in
chdir'from /opt/homebrew/Library/Homebrew/download_strategy.rb:105:in
stage' from /opt/homebrew/Library/Homebrew/resource.rb:124:in
block in unpack'from /opt/homebrew/Library/Homebrew/mktemp.rb:75:in
block in run' from /opt/homebrew/Library/Homebrew/mktemp.rb:75:in
chdir'from /opt/homebrew/Library/Homebrew/mktemp.rb:75:in
run' from /opt/homebrew/Library/Homebrew/resource.rb:228:in
stage_resource'from /opt/homebrew/Library/Homebrew/resource.rb:123:in
unpack' from /opt/homebrew/Library/Homebrew/resource.rb:97:in
stage'from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb:230:in
stage' from /opt/homebrew/Library/Homebrew/formula.rb:2887:in
stage'from /opt/homebrew/Library/Homebrew/formula.rb:1413:in
brew' from /opt/homebrew/Library/Homebrew/build.rb:133:in
block in install'from /opt/homebrew/Library/Homebrew/extend/kernel.rb:499:in
with_env' from /opt/homebrew/Library/Homebrew/build.rb:128:in
install'from /opt/homebrew/Library/Homebrew/build.rb:229:in `'
Beta Was this translation helpful? Give feedback.
All reactions