You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valet status returns "Uncaught TypeError: Valet\Status::isBrewServiceRunningGivenServiceList(): Argument #1 ($serviceList) must be of type array, null given"
#1372
Closed
mattstauffer opened this issue
Feb 22, 2023
· 4 comments
I see, I am getting these warnings before the JSON output:
$ brew services info --all --json
Warning: Calling plist_options is deprecated! Use service.require_root instead.
Please report this issue to the koekeishiya/formulae tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/koekeishiya/homebrew-formulae/skhd.rb:26
Warning: Calling plist_options is deprecated! Use service.require_root instead.
Please report this issue to the koekeishiya/formulae tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/koekeishiya/homebrew-formulae/yabai.rb:42
[
# The services....
]
Even with --quiet it happens, otherwise I would have suggested running that in valet instead.
Thanks! I'll work on making it handle that error better, but FYI, that's an error with one of your formulae; you can see a response to a different formula from that same author/tap here: Homebrew/brew#14526 (comment)
Error reported by @laytan in #1318.
@laytan reported running
valet status
in the Laravel Valet v4 beta returned this:This requires this line to have returned
null
:Which means I'll need to do some error handling.
@laytan, would you mind running
brew services info --all --json
in your terminal and letting me know the output of that command? Thanks!The text was updated successfully, but these errors were encountered: