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
$ brew file update
Traceback (most recent call last):
File "/usr/local/bin/brew-file", line 3050, in <module>
main()
File "/usr/local/bin/brew-file", line 3047, in main
b.execute()
File "/usr/local/bin/brew-file", line 2710, in execute
self.get_list()
File "/usr/local/bin/brew-file", line 1557, in get_list
False, False)[1][0]):
File "/Users/tada/.anyenv/envs/pyenv/versions/3.5.0/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/tada/.anyenv/envs/pyenv/versions/3.5.0/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/tada/.anyenv/envs/pyenv/versions/3.5.0/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
brew file update
を実行すると以下のエラーが発生します。突如発生するようになったのですが、原因、回避方法等分かりましたら教えていただけますでしょうか。
The text was updated successfully, but these errors were encountered: