落枫_rain

Results 13 comments of 落枫_rain

> 我又跑了一会,没有一直增长。 > > * 一个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15411679/run.log) > * 两个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15412107/run.log) ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/15922420/6537195a-f319-439b-8671-c078ee7ed683) 我这边还是没效果,会持续增长

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