We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was getting an error installing android-file-transfer. I then ran brew update. Now I get a different error:
brew update
$ brew cask install android-file-transfer Error: wrong number of arguments (1 for 0) while loading '/usr/local/Library/Taps/caskroom/homebrew-cask/Casks/android-file-transfer.rb' Please report this bug: https://github.com/caskroom/homebrew-cask/issues <main>:6:in `name' <main>:6:in `<class:AndroidFileTransfer>' <main>:in `<main>' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/source/path_base.rb:55:in `eval' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/source/path_base.rb:55:in `rescue in load' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/source/path_base.rb:52:in `load' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/source/tapped.rb:28:in `load' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask.rb:124:in `load' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli/install.rb:19:in `block in install_casks' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli/install.rb:17:in `each' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli/install.rb:17:in `install_casks' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli/install.rb:6:in `run' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli.rb:81:in `run_command' /usr/local/Cellar/brew-cask/0.46.0/rubylib/cask/cli.rb:121:in `process' /usr/local/bin/brew-cask.rb:42:in `<top (required)>' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' /usr/local/Library/brew.rb:58:in `require?' /usr/local/Library/brew.rb:141:in `<main>'
The text was updated successfully, but these errors were encountered:
Hello @thebearmayor. Your problem is caused by #7946, which can be fixed by upgrading homebrew-cask:
brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup
Sorry, something went wrong.
Thanks! I didn't know about upgrade.
No branches or pull requests
I was getting an error installing android-file-transfer. I then ran
brew update
. Now I get a different error:The text was updated successfully, but these errors were encountered: