当ocr设定为google lens exp后出现以下连接超时报错,win10下已经配置clash如何解决 #1146
Closed
1274248407
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
根据报错日志和环境信息,核心原因是:公共 Clash 订阅规则默认未收录lensfrontend-pa.googleapis.com,规则模式下该域名走直连被墙导致超时
方案:无需修改代码 界面配置类。无需改代码,无需重启软件,兼容 Clash 规则 / 全局模式。
步骤: 打开 BallonsTranslator,进入「设置 → OCR 设置」,确认当前 OCR 引擎选择为google_lens_exp,在当前 OCR 的参数列表中找到proxy参数,输入值:
http://127.0.0.1:7890(只要自己没有手动修改,多数情况下 Clash HTTP 代理监听端口都是7890,如果改了就找clash->常规->端口)All reactions