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
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
===== test failed =====
Cleaning...Done
Traceback (most recent call last):
File "zhihu-test.py", line 869, in <module>
raise e
File "zhihu-test.py", line 863, in <module>
'test()', setup='from __main__ import test', number=1)
File "C:\Python3\lib\timeit.py", line 213, in timeit
return Timer(stmt, setup, timer, globals).timeit(number)
File "C:\Python3\lib\timeit.py", line 178, in timeit
timing = self.inner(it, self.timer)
File "<timeit-src>", line 6, in inner
File "zhihu-test.py", line 813, in test
test_question()
File "zhihu-test.py", line 34, in test_question
for _, follower in zip(range(10), question.followers):
File "C:\Python3\lib\site-packages\zhihu_py3-0.3.17-py3.5.egg\zhihu\question.p
y", line 172, in followers
File "C:\Python3\lib\site-packages\zhihu_py3-0.3.17-py3.5.egg\zhihu\common.py"
, line 225, in common_follower
File "C:\Python3\lib\site-packages\requests-2.10.0-py3.5.egg\requests\models.p
y", line 812, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Python3\lib\json\__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "C:\Python3\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python3\lib\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:
In test/zhihu-test.py, some tests failed.
我的测试环境是windows 7, python 3.5.2.
只是run了一下zhihu-test.py, 发现以上几个test好像跑不通。
一部分报错信息如下。
The text was updated successfully, but these errors were encountered: