Faritor
Faritor
com/cherry/jeeves/utils/QRCodeUtils.java:38 ``` if (!bitMatrix.get(r, c)) { builder.append("\033[0;47m \033[0m");//中间三个英文空格 } else { builder.append("\033[0;30m \033[0m");//中间三个英文空格 } ````
> pip3 install --pre torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/cpu 我使用了这个方法,没有这个错误了,棒
版本:1.3.7 core:1.16.0 同样遇到了这个问题,但是发现,如果不移除助手,在等待的情况下,也是可以自己恢复的 在下面日志中可以看出 55 分左右的时候启动了 app,同时会显示 API Connect Error,然后只需要静静的等待,但是需要 5 分钟左右,不知道在这 5 分钟在做什么,下面是完整的启动日志 ``` 2023/12/11 01:55:44.069 [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationWillFinishLaunching(_:) applicationWillFinishLaunching 2023/12/11 01:55:44.087 [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationDidFinishLaunching(_:) ——————————————————————————————————————————————————————————— 2023/12/11 01:55:44.087 [info]...
> 源问题应当在 4.3.1 中修复了。 > > 这个看起来是另一个问题,我们再查查。师傅下次遇到这种情况可以新提一个 issue,不然不容易发现。 看起来 4.3.3 版本还有这个,是需要重新添加域名记录? 
比如防护域名A,设置 www.a.com/internal 这个路径,只允许 ip 来源 192.168.0.0/24 或者不允许 10.0.0.0/16 在 nginx a.com 的配置文件中 增加 location /internal allow 192.168.0.0/24 或者 deny 10.0.0.0/16 在防护域名B,设置 www.b.com/demo 这个路径不允许任何人访问 目前如果想要实现这个功能,只能统一在黑名单设置,路径满足 /internal 所有域名都生效,满足 /demo 所有域名生效
 接口文档中有说明,一般在 `C:\Users\xxxxx\Documents\WeChat Files\` 这个目录下
这里可以建议将基础信息这几个开关分开,这样可以选择开启和关闭,现在是统一的开关,想要关闭字数统计,显示其他的是不可以的

use AIO image i discovered the problem through the console of the browser. I use the http protocol, When requesting the interface of `:3170/v1/auth/verify`, the returned http status code was`401`....
> Hey [@faritor](https://github.com/faritor) — Could you let us know if increasing the `MAGIC_LINK_TOKEN_VALIDITY` resolved the `401` error on your end? > > [@ngoc-minh-do](https://github.com/ngoc-minh-do) — Would you mind sharing more detailed...