feaplat
feaplat copied to clipboard
爬虫管理系统,支持集群,弹性伸缩。支持运行feapder、scrapy、selenium、playwright等各种框架及脚本
'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
 使用TaskSpider在多节点部署,feaplat 运行时异常退出,状态码 9,日志内容如上图所示,请问状态码9对应的是什么错误呢?请问状态码对应的具体错误原因在哪里能看到呢?文档和源码中都没有找到,谢谢
这个支持的Python版本是多少?也就是说使用feaplat后,可以部署什么版本的Python脚本?
启动任务,查看实例时异常 查看容器feapder_backend的执行日志,发现后端执行错误 ``` INFO: 10.0.1.8:34674 - "GET /feapder/task/get_all_tag?project_id=2 HTTP/1.1" 200 OK ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/python3/lib/python3.6/site-packages/uvicorn/protocols/http/httptools_impl.py", line 398, in run_asgi result = await...
拉取时有一个分片一直是retrying,然后会报503,其他分片没有问题 