Jarry Shaw
Jarry Shaw
> Use SUDO_ASKPASS as Homebrew seems to intentionally support that for non-interactive installs, and works when tested locally. Actually I had also encountered such problem when implementing my own auto-updater...
> Out of curiosity @JarryShaw , how hard was it to implement? Tempted to look further into it and attempt it myself, especially if no one else has got around...
It's been quite a long time ago and I'm trying to reproduce the issue recently. Btw, I just found two other issues 🤦♂ I'll make a pull request on one...
Also, FYI, you can find the failed query at [THRIFT-4677](https://issues.apache.org/jira/browse/THRIFT-4677?focusedCommentId=16904387&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16904387). It should be linked to Windows internal issue. Some of the Chinese contexts are encoded with `utf8`, such as `os_version`,...
PyPCAPKit does **NOT** support `pcap-ng` files at the moment, that's why `pcapkit.utilities.exceptions.FileError` is raised. Since I still don't quite understand the `pcap-ng` file format, it may not be supported in...
The `pcapkit-cli` issue has been fixed in PyPCAPKit 0.15.* release.
I'm glad to provide the update that PyPCAPKit will be able to support PCAP-NG file format starting from version **1.0.0**. I've already created a **1.0.0rc1** release both on PyPI and...
Could you please provide the `test.pcap` file that you're using?
For the issue mentioned, would you please kindly confirm if you're still able to obtain the extracted packet data despite the console outputs? This is likely an issue with verbose...