[GH-ISSUE #1495] Repeated IDs #1488

Closed
opened 2026-03-03 19:51:53 +03:00 by kerem · 2 comments
Owner

Originally created by @CyberMew on GitHub (Jan 12, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1495

Description

IDs are being repeated. Not sure if this is intended or a bug

Steps to Reproduce

  1. Start a fresh session and do some network calls. Notice the ID numbers in Domains tab are increasing.
  2. Save the session to file.
  3. Load the session.
  4. Do some network calls. Notice the ID numbers in the Domains tab start from 1, clashing with the old IDs, instead of the next biggest ID we would expect.

Current Behavior

ID counter are reset to 1 in a saved Proxyman session file, instead of resuming from the next biggest ID currently in the session.

Expected Behavior

IDs should not clash with existing IDs but should continue where it left off.

Environment

  • App version: e.g Proxyman 3.1.3
  • macOS version: e.g macOS 12.6.1
Originally created by @CyberMew on GitHub (Jan 12, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1495 ## Description <!--- Description for the bug? --> IDs are being repeated. Not sure if this is intended or a bug ## Steps to Reproduce <!-- Add relevant code and/or a live example --> 1. Start a fresh session and do some network calls. Notice the ID numbers in Domains tab are increasing. 2. Save the session to file. 3. Load the session. 4. Do some network calls. Notice the ID numbers in the Domains tab start from 1, clashing with the old IDs, instead of the next biggest ID we would expect. ## Current Behavior <!--- What went wrong? --> ID counter are reset to 1 in a saved Proxyman session file, instead of resuming from the next biggest ID currently in the session. ## Expected Behavior <!--- What should have happened? --> IDs should not clash with existing IDs but should continue where it left off. ## Environment - App version: e.g Proxyman 3.1.3 - macOS version: e.g macOS 12.6.1
kerem 2026-03-03 19:51:53 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

Yes, it's our intention. The ID is not unique and it could be duplicated with other requests, which are imported from the file.

<!-- gh-comment-id:1379859132 --> @NghiaTranUIT commented on GitHub (Jan 12, 2023): Yes, it's our intention. The ID is not unique and it could be duplicated with other requests, which are imported from the file.
Author
Owner

@CyberMew commented on GitHub (Jan 12, 2023):

Ah ok got it then I will sort by time instead. Thanks for confirming.

<!-- gh-comment-id:1379859843 --> @CyberMew commented on GitHub (Jan 12, 2023): Ah ok got it then I will sort by time instead. Thanks for confirming.
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#1488
No description provided.