Tang Qirui
Tang Qirui
而且这一错误抛出的是tenacity.RetryError,无法被DataFetchError捕获 https://github.com/NanmiCoder/MediaCrawler/blob/dc9116e098cb1daddce369ced30db9edbbc361b7/media_platform/zhihu/core.py#L141 ```sh Traceback (most recent call last): File "/opt/conda/envs/media/lib/python3.9/site-packages/tenacity/_asyncio.py", line 50, in __call__ result = await fn(*args, **kwargs) File "/data/media_platform/zhihu/client.py", line 96, in request raise DataFetchError(response.text) media_platform.zhihu.exception.DataFetchError: {"error":{"code":101,"name":"AuthenticationError","message":"ZERR_NOT_LOGIN"}} The...
知乎,关键词搜索,不太清楚跟问答有没有关系
same issue