落枫_rain
落枫_rain
> 我又跑了一会,没有一直增长。 > > * 一个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15411679/run.log) > * 两个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15412107/run.log)  我这边还是没效果,会持续增长
botright_client = await botright.Botright(spoof_canvas=False, use_undetected_playwright=True, mask_fingerprint=False) modify use_undetected_playwright=>true
maybe you need edit httpx code self._phttpx = httpx.AsyncClient(proxies={"all://": self.plain_proxy}) => self._phttpx = httpx.AsyncClient(proxy=self.plain_proxy) lower httpx version had not support