crawlab-team / crawlab

Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
https://www.crawlab.cn
BSD 3-Clause "New" or "Revised" License
11.38k stars 1.8k forks source link

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

Open wz-farming opened 6 months ago

wz-farming commented 6 months ago

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

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

wz-farming commented 6 months ago

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