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反馈 key “cipher” missing #35

Closed
Teda9 opened this issue Sep 18, 2024 · 4 comments
Closed

bug反馈 key “cipher” missing #35

Teda9 opened this issue Sep 18, 2024 · 4 comments

Comments

@Teda9
Copy link

Teda9 commented Sep 18, 2024

image
clash 的模式报错, 用不用Advanced Options 都报错。
怀疑是某个 节点 写的 cipher: none 导致的, 不过修改成 cipher: auto 也还是同样报错。

@7Sageer
Copy link
Owner

7Sageer commented Sep 18, 2024

感谢反馈,请问你用的什么协议

@Teda9
Copy link
Author

Teda9 commented Sep 18, 2024

用的协议挺多的, vless vmess Trojan hy2 tuic5 .
经过我把多个链接测试,终于测试出报错的 协议了。 主要是 vmess 协议出错。
vmess://{"add":"隐藏IP","aid":"0","host":"www.bing.com","id":"d1264208-811c-46c3-a0a8-33e0bd1e5616","net":"ws","path":"d1264208-811c-46c3-a0a8-33e0bd1e5616-vm","port":"2095","ps":"vm-c-US","tls":"","type":"none","v":"2"}

vmess://eyJhZGQiOiLpmpDol49JUCIsImFpZCI6IjAiLCJob3N0Ijoid3d3LmJpbmcuY29tIiwiaWQiOiJkMTI2NDIwOC04MTFjLTQ2YzMtYTBhOC0zM2UwYmQxZTU2MTYiLCJuZXQiOiJ3cyIsInBhdGgiOiJkMTI2NDIwOC04MTFjLTQ2YzMtYTBhOC0zM2UwYmQxZTU2MTYtdm0iLCJwb3J0IjoiMjA5NSIsInBzIjoidm0tYy1VUyIsInRscyI6IiIsInR5cGUiOiJub25lIiwidiI6IjIifQ

我把IP 隐去了。
我单独测试我的这个节点,是能用的。更换了隐藏IP的数据 之后再测试,一样是调取错误。估计是格式识别问题。

@7Sageer
Copy link
Owner

7Sageer commented Sep 18, 2024

根据你提供的链接成功复现了这个问题,但是实测下来直接添加cipher: auto是可以成功导入的。

于是根据这个尝试修复了这个问题,测试下来可以解决导入的问题。

@7Sageer 7Sageer closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@7Sageer @Teda9 and others