BAF3C9BDC8CB

Results 3 comments of BAF3C9BDC8CB

找到原因了 ```java // 在类WXContactTreeNode中的update方法中 WechatClient client = (WechatClient)imPanel.getClient(); // 代码下增加 System.getProperties().remove("https.protocols"); System.getProperties().remove("jsse.enableSNIExtension"); // 代码即可解决不能联网问题 ```

不是翻译功能, 打开之后是idea无法联网 导致的, 项目中引用的一个包,WechatClient 类中, 设置了系统属性, 禁用SNI, 增加那两行代码是移除那两个属性的, 就可以使用了

> 应该是project为null,可提供详细的操作步骤及idea版本信息复现 idea版本: IntelliJ IDEA 2021.3.3 (Ultimate Edition) 实现步骤为: 安装插件, 重启, 都为正常操作, 然后在settings->keymap->Plugins->SmartIM, 我设置的快捷键是`alt+4` `点击确定后使用快捷键, 右下角有红框提示错误` ![捕获1](https://user-images.githubusercontent.com/30283646/205432132-062bf16a-8f9c-4737-b49e-067f18d9322c.PNG) ![捕获2](https://user-images.githubusercontent.com/30283646/205432142-3a1ad51f-606e-465e-9ed5-9fe68afe6025.PNG)