[GH-ISSUE #532] [BUG] Unknown client #528

Open
opened 2026-03-03 19:19:34 +03:00 by kerem · 5 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Jun 23, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/532

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Sometime, Proxyman couldn't find the client and it results in the Unknown. Technically, it happens because we find the client too later after the client port is closed -> Thus, it doesn't exist in the IP Table anymore.

We should fix it.

Acceptance Criteria

  • No Unknown Client
Originally created by @NghiaTranUIT on GitHub (Jun 23, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/532 Originally assigned to: @NghiaTranUIT on GitHub. ### Description Sometime, Proxyman couldn't find the client and it results in the Unknown. Technically, it happens because we find the client too later after the client port is closed -> Thus, it doesn't exist in the IP Table anymore. We should fix it. ### Acceptance Criteria - No Unknown Client
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 23, 2020):

Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.0.1_Fix_Unknown_Client.dmg

<!-- gh-comment-id:647901651 --> @NghiaTranUIT commented on GitHub (Jun 23, 2020): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.0.1_Fix_Unknown_Client.dmg
Author
Owner

@juliandesmarais commented on GitHub (Dec 9, 2022):

@NghiaTranUIT I'm on the latest version and this is still occurring. What logs can I provide?

<!-- gh-comment-id:1344605272 --> @juliandesmarais commented on GitHub (Dec 9, 2022): @NghiaTranUIT I'm on the latest version and this is still occurring. What logs can I provide?
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 10, 2022):

This bug has not been completely resolved yet. @juliandesmarais Do you know where the traffic comes from? Is it from your app, iOS app, Website, or any known service?

Proxyman might not find a client if it's a low-level system library.

<!-- gh-comment-id:1345173113 --> @NghiaTranUIT commented on GitHub (Dec 10, 2022): This bug has not been completely resolved yet. @juliandesmarais Do you know where the traffic comes from? Is it from your app, iOS app, Website, or any known service? Proxyman might not find a client if it's a low-level system library.
Author
Owner

@juliandesmarais commented on GitHub (Jan 5, 2023):

@NghiaTranUIT I'm seeing it happen when I'm running my app through my iOS simulator.

<!-- gh-comment-id:1372613346 --> @juliandesmarais commented on GitHub (Jan 5, 2023): @NghiaTranUIT I'm seeing it happen when I'm running my app through my iOS simulator.
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 6, 2023):

@juliandesmarais Just wondering: what is your iOS Simulator version 🤔

If you don't mind, please print this code:

    func getDocumentsDirectory() -> URL {
        let paths = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)
        let documentsDirectory = paths[0]
        return documentsDirectory
    }

I would like to see the path of your App on the Simulator. It's easier for me to investigate the bug 👍

<!-- gh-comment-id:1373129465 --> @NghiaTranUIT commented on GitHub (Jan 6, 2023): @juliandesmarais Just wondering: what is your iOS Simulator version 🤔 If you don't mind, please print this code: ```swift func getDocumentsDirectory() -> URL { let paths = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask) let documentsDirectory = paths[0] return documentsDirectory } ``` I would like to see the path of your App on the Simulator. It's easier for me to investigate the bug 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#528
No description provided.