Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 本地网络正常, 无法更新订阅. #603

Closed
yunxi993 opened this issue Jun 15, 2024 · 12 comments
Closed

[Bug]: 本地网络正常, 无法更新订阅. #603

yunxi993 opened this issue Jun 15, 2024 · 12 comments
Labels
bug Something isn't working

Comments

@yunxi993
Copy link
Contributor

描述您遇到的bug

OpenWrt 官方主线分支编译的 passwall2 无法更新订阅.

组件获取版本信息也是失败.

导入的节点URL 测试失败, 谷歌连接测试失败, 但是可以正常访问Google, youtube.

复现此Bug的步骤

官方 OpenWrt 主线分支编译的固件 passwall2 无法正常订阅.

同样主线分支, 6月7日编译的固件 passwall2 可以正常订阅并使用.

您想要实现的目的

日志信息

系统日志: daemon.err dnsmasq[10996]: nftset inet fw4 passwall2_global_whitelist Error: No such file or directory; did you mean set ‘passwall2_lanlist’ in table inet ‘fw4’?

截图

屏幕截图 2024-06-16 024546


屏幕截图 2024-06-16 024352


屏幕截图 2024-06-16 024340

系统相关信息

passwall2 version: 1.29-1

其他信息

No response

@yunxi993 yunxi993 added the bug Something isn't working label Jun 15, 2024
@yoier
Copy link

yoier commented Jun 16, 2024

我也遇到了相同情況,暫時回退到上周編譯的固件。這個版本用curl下載報錯:curl: (55) Error。

@yunxi993
Copy link
Contributor Author

我也遇到了相同情況,暫時回退到上周編譯的固件。這個版本用curl下載報錯:curl: (55) Error。

23.05 分支正常使用, 还没找到是什么原因造成的.

@catsimple
Copy link

same

@catsimple
Copy link

check_status方法如下

curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" url
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://baidu.com
302:0.175252
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://google.com
000:0.000000

@yunxi993
Copy link
Contributor Author

check_status方法如下

curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" url
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://baidu.com
302:0.175252
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://google.com
000:0.000000

你解决了吗?

@catsimple
Copy link

check_status方法如下

curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" url
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://baidu.com
302:0.175252
root@OpenWrt:~# curl --connect-timeout 3 -o /dev/null -I -sk -w "%{http_code}:%{time_appconnect}" https://google.com
000:0.000000

你解决了吗?

不知道,看起来应该是curl的问题,我先回退curl看看

@yunxi993
Copy link
Contributor Author

不知道,看起来应该是curl的问题,我先回退curl看看

我正在使用23.05分支 curl 版本: 8.7.1-r1, main分支可用的curl版本为: 8.7.1-r2

@catsimple
Copy link

不知道,看起来应该是curl的问题,我先回退curl看看

我正在使用23.05分支 curl 版本: 8.7.1-r1, main分支可用的curl版本为: 8.7.1-r2

main已经到8.8.0了

@yunxi993
Copy link
Contributor Author

main已经到8.8.0了

目前已知这两个版本在 23.05 和 main 分支, paswall2 订阅正常.

@catsimple
Copy link

已确定是curl的问题
openwrt/packages#24414

@yunxi993
Copy link
Contributor Author

已确定是curl的问题 openwrt/packages#24414

一会重新编译后试试.

@yunxi993
Copy link
Contributor Author

已确认是 "curl" 导致, 替换 "curl" 版本后解决.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants