-
**Describe the bug**
After scrapy task finished, I cannot download results. Button is disabled, tooltip says Export (currently unavailable)
**To Reproduce**
just run crawlab from basic docker-com…
-
**Bug 描述**
当在测试环境没有使用crawlab 部署运行时正常运行
当使用crawlab 运行时 中间会弹出报错 :OSError: could not get source code
**期望结果**
crawlab 和测试环境运行一致
**截屏**
![image](https://user-images.githubusercontent.com/14874…
-
查看项目中的前端代码仓库
https://github.com/crawlab-team/crawlab-frontend
好像没有更新了,是暂时不更新了吗?
-
**Describe the bug**
Docker 部署方式所有的新建操作均失败
**docker-compose setting**
```
version: '3.3'
services:
master:
image: crawlabteam/crawlab:latest
container_name: crawlab_example_master…
J0o1h updated
2 years ago
-
进入了管理平台但是各种新建操作都无法完成,比如新建项目会返回下面之类的操作信息:face_with_spiral_eyes::face_with_spiral_eyes::face_with_spiral_eyes:
~~~bash
crawlab_master | [GIN] 2022/07/24 - 22:47:03 | 400 | 2.186658ms | 127.…
-
https://demo-pro.crawlab.cn/#/login
Initial Username/Password: admin/admin
Request Error 401: https://demo-pro.crawlab.cn/api/login. no such user
No response from the server. Please make sur…
-
**Bug 描述**
新建爬虫 或者新建项目等操作均无反应 并且接口状态码为400
crawlab_master | /go/pkg/mod/github.com/gin-gonic/gin@v1.8.1/context.go:173 github.com/gin-gonic/gin.(*Context).Next()
crawlab_master | /go/pkg/mod/githu…
-
我的工作节点是本地PC的虚拟机,我的主节点是云服务器,在配置工作节点的时候,显示grpc-error,我的yml文件按照”https://docs.crawlab.cn/zh/guide/installation/docker.html#多节点部署“copy的,看了之前的帖子也没有解决问题,不知道是配置的原因,还是因为什么情况😵
~~~
# 主节点
version: '3.3'
servi…
-
import datetime
BOT_NAME = 'spidertest'
SPIDER_MODULES = ['spidertest.spiders']
NEWSPIDER_MODULE = 'spidertest.spiders'
to_day = datetime.datetime.now()
log_file_path = BOT_NAME + "/logs/sp…
-
Crawlab 0.5.1版本
问题描述
在节点详情->安装 安装依赖那里。点击搜索无返回结果
问题定位
跟踪源代码,在源代码 /services/system.go 此文件中 297行的 FetchPythonDepList 方法里
// 请求URL
res, err := req.Get(url)
输出res 显示清华站点识别到访问是移动设备,所以给了个警告页面,这就…