ProxymanApp / ProxymanApp/Proxyman

CLI export-log finishes before the actual operation is completed

Open
#2,444 2 comments 0 reactions 1 assignee View on GitHub

@NghiaTranUIT is already working on this.

Since Aug 17, 2025.

✅ Done bug
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

  1. Navigate to collect logs, doesn't need to be a lot, 30s browsing is enough
  2. Export raw logs via cli
  3. cli will say exported completed but the files are not there
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.