ProxymanApp / ProxymanApp/Proxyman
CLI export-log finishes before the actual operation is completed
@NghiaTranUIT is already working on this.
Since Aug 17, 2025.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Exporting logs, at least the raw format that is what I'm interested reports that export is complete but takes a few more seconds for it to actually complete.
This is bad for automation scripts that don't have a reliable way to know if its done or not and have to use some kind of sleep.
Steps to Reproduce
- Navigate to collect logs, doesn't need to be a lot, 30s browsing is enough
- Export raw logs via cli
- cli will say exported completed but the files are not there
- After a few seconds the files will appear
Current Behavior
🛠 [Export Log] Preparing to export logs. Mode = domains, Format = raw, output = /Users/me/projects/seer-ai/scrapper/output/2025-08-16_2005
Exporting logs for 1 domain(s): ["www.somedomain.com"]
📡 Exported Completed! If there is any error, please check the alert in Proxyman app.
CLI says exported completed but it is still exporting in the background. Causes automation scripts to have to use sleep functions.
Expected Behavior
CLI should only exit once its really done and I can start processing the files.
Environment
- App version: 5.23.1
- macOS version: Sequoia 15.6
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.