-
version: '2.4'
services:
crawlab_master:
image: tikazyq/crawlab:latest
container_name: crawlab_master
environment:
# CRAWLAB_API_ADDRESS: "http://127.0.0.1:8000" # backend …
-
我的也是,不知道怎么充值密码? 0.6.1 的社区版本。
_Originally posted by @MasterShu in https://github.com/crawlab-team/crawlab/issues/1296#issuecomment-1575933252_
-
为什么加pro上的微信, 没通过, 是不维护pro了吗
-
**Bug 描述**
CRAWLAB_MONGO_URI配置不生效
**复现步骤**
在k8s yaml文件中将CRAWLAB_MONGO_URI环境变量设置后,依然去访问默认的mongodb配置
```
(Unauthorized) not authorized on crawlab_test to execute command { find: "users", filter: …
-
**Describe the bug**
crawlab does not send mail in k8s deployment
**To Reproduce**
I configure config.yml and add the lines of my relay server
**Expected behavior**
I configure the sending to…
-
https://github.com/crawlab-team/crawlab/blob/be3885304b87156833150faf641fcf98ece84f2b/backend/services/system.go#L298
如果用户要在海外部署的话,清华源可能无法访问,导致部署失败。
![image](https://user-images.githubuserconten…
-
**Bug 描述**
运行Scrapy时,中途会停止爬取,一直处于阻塞状态,待点击取消按钮后,后台恢复爬取
**复现步骤**
该 Bug 复现步骤如下
1. 在Crawlab 0.6.1页面上使用自定义命令python run.py启动Scrapy
2. 爬取到一半时停止爬取,Scrapy一直处于阻塞状态,停止爬取
3. 点击取消按钮后,页面上结果数开始继续增加,查看后台进…
-
**Describe the bug**
按照文档创建scrapy_quotes爬虫,上传后运行,报 “AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv3_METHOD'”,粗略查了一下,sslv3已经被废弃,最新的openssl版本已经到了23.2.0。
其他的报错咱也看不懂,请问大佬这种情况如何处理?提前致谢~
…
-
如果在Scrapy中已经写好了自己的数据存储管道时,在settings启动时,可以直接将数据存入到自己的数据库中,例如MySQL、MongoDB。个人认为比使用SDK方便
-
不能使用非crawlab里面mongodb么?