crawlab-team / crawlab

Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架

Home Page:https://www.crawlab.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

通过api获取任务日志,返回结果为None

wz-farming opened this issue · comments

官方文档得api:http://ip:port/api/tasks/task_id/logs

返回结果
{'status': 'ok', 'message': 'success', 'total': 0, 'data': None, 'error': ''}

crawlab的web界面任务日志正常且有数据,但是api返回data为None