RaXianch

Results 4 issues of RaXianch

部署新服务器的时候出现了问题。经过对比定位到了原因。 GerapyPyppeteer/gerapy_pyppeteer/pretend.py 使用 0.0.13版本正常代码如下 SET_WEBDRIVER = '''() => {Object.defineProperty(navigator, 'webdriver', {get: () => undefined})}''' 使用 0.1.2 其中第73行的SET_WEBDRIVER变量存在问题.请求某数时,被检测返回400. 测试代码: ```python import json import os import asyncio import time from pyppeteer import...

**Bug 描述** ![image](https://github.com/crawlab-team/crawlab-lite/assets/18726905/1c3de85b-2c22-4be9-ae21-aa29edb6ff95) **复现步骤** 该 Bug 复现步骤如下 1. 创建docker-compose.yml文件 2. 粘贴README里快速启动的docker配置内容 3. 配置文件内容 ```text version: '3' services: master: image: zkqiang/crawlab-lite:latest container_name: master ports: - "8081:8080" volumes: - "./data:/app/data" # persistent...

bug

![image](https://github.com/biuuu/genshin-wish-export/assets/18726905/c79a5410-ad8f-4f4f-b00c-ebf64ef1e9ed) 这个是什么原因?如何解决呢

RT. 请问,记录视频下载完成,下次下载自动跳过的逻辑是如何实现的? 系统环境:飞牛OS 部署方式:Docker-compose ```text services: bili-sync-rs: # 不推荐使用 latest 这种模糊的 tag,最好直接指明版本号 image: amtoaer/bili-sync-rs:latest restart: always network_mode: bridge # 该选项请仅在日志终端支持彩色输出时启用,否则日志中可能会出现乱码 tty: true # 非必需设置项,推荐设置为宿主机用户的 uid 及 gid (`$uid:$gid`) # 可以执行...