环境
- 系统版本:Windows 10 企业版 21H2
- quicker版本:1.30.7
- QuickerConnector版本:0.6.1
现象
QuickerConnector无法连接quicker,消息代理可以连接。
以下是控制台输出和对应的日志信息
报告异常:
PipeClientOnError:对路径的访问被拒绝。
System.UnauthorizedAccessException: 对路径的访问被拒绝。
以下为可能有帮助的日志,不是经常出现,可能没有相关性
尝试
- 已尝试“安装扩张和修复浏览器扩展连接”。无效
- 删除“应用数据文件夹”,卸载软件,重启电脑后重装。无效
- 禁用QuickerConnector后,关闭quicker,关闭浏览器,重启quicker和浏览器再开QuickerConnector。无效
- 反编译NamedPipeWrapper.dll将NamedPipeWrapper.PipeClientFactory.ConnectWithRetry(NamedPipeClientStream pipe, String fullPath)中的fullPath输出到文本文件,失败(应该是方法不对😂)因为ChromeAgent.exe的特殊性,尝试进行调试,失败。
- 给予ChromeAgent.exe和quicker.exe管理员权限。无效