Skip to content
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 file updateでエラーが発生します #45

Closed
k-tada opened this issue Aug 4, 2016 · 3 comments
Closed

brew file updateでエラーが発生します #45

k-tada opened this issue Aug 4, 2016 · 3 comments

Comments

@k-tada
Copy link

k-tada commented Aug 4, 2016

brew file updateを実行すると以下のエラーが発生します。
突如発生するようになったのですが、原因、回避方法等分かりましたら教えていただけますでしょうか。

$ 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)
@rcmdnk
Copy link
Owner

rcmdnk commented Aug 4, 2016

ちょっとパッとわからないのですが、

brew info --json=v1 --installed

の結果を貼ってもらえますでしょうか?
恐らく沢山パッケージをインストールしていると大量に出るでしょうが、
取り敢えず最初の崇敬分載せていただければ、と。

@rcmdnk
Copy link
Owner

rcmdnk commented Aug 5, 2016

こちらでも一度brew updateをした所同じエラーが出るようになりました。

Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.

みたいなwarningが出ていて、どうも一部のFormulaで古い仕様を使っていると出るみたいなんですが
このwarningも含めてjsonだと思って解析しようとしてエラーを吐いています。

なのでこの部分ではエラーは別途見るようにして動くようにしました。

v3.14.3で直っています。

@k-tada
Copy link
Author

k-tada commented Aug 5, 2016

おぉ、迅速な対応ありがとうございますm(_ _)m
無事brew file updateが通りました!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants