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
Python 3.6.3 (default, Oct 4 2017, 23:46:27)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wechatsogou
>>> ws_api = wechatsogou.WechatSogouApi()
>>> ws_api.get_gzh_info('南航青年志愿者')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/iYu/Developer/Github/WechatSogou/wechatsogou/api.py", line 101, in get_gzh_info
info = self.search_gzh_info(wechatid, 1)
File "/Users/iYu/Developer/Github/WechatSogou/wechatsogou/api.py", line 58, in search_gzh_info
if "authnamewrite" in cache_re[2]:
IndexError: list index out of range
>>>
WechatSogouAPI
The text was updated successfully, but these errors were encountered: