[GH-ISSUE #1436] The core startup fails. #1432

Closed
opened 2026-03-03 19:51:28 +03:00 by kerem · 8 comments
Owner

Originally created by @lcopilot on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1436

Originally assigned to: @NghiaTranUIT on GitHub.

Description

The core startup fails. Sometimes the core startup fails and the software needs to be restarted. The number of times cannot be determined. Sometimes it can be restarted once it is restarted, and sometimes it needs to be restarted several times before it can be restarted.

image

Environment

  • App version: e.g Proxyman 3.9.0
  • macOS version: e.g macOS Monterey
Originally created by @lcopilot on GitHub (Nov 17, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1436 Originally assigned to: @NghiaTranUIT on GitHub. ## Description <!--- Description for the bug? --> The core startup fails. Sometimes the core startup fails and the software needs to be restarted. The number of times cannot be determined. Sometimes it can be restarted once it is restarted, and sometimes it needs to be restarted several times before it can be restarted. ![image](https://user-images.githubusercontent.com/50407640/202344200-0f074028-dcae-4ed4-a269-24e4274412c5.png) ## Environment - App version: e.g Proxyman 3.9.0 - macOS version: e.g macOS Monterey
kerem 2026-03-03 19:51:28 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 17, 2022):

it's the first time we hear the report that Proxyman could not start the core.

If you don't mind, please open Proxyman -> Help -> Advanced -> Enable Debug Mode -> Follow the guide

and share with me the error log when the Core is failed to start. I'd like to investigate it 👍

<!-- gh-comment-id:1317996482 --> @NghiaTranUIT commented on GitHub (Nov 17, 2022): it's the first time we hear the report that Proxyman could not start the core. If you don't mind, please open Proxyman -> Help -> Advanced -> Enable Debug Mode -> Follow the guide and share with me the error log when the Core is failed to start. I'd like to investigate it 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 17, 2022):

One more thing: Please open Preference -> Proxy Port -> Change to 9091.

Port 9090 might be occupied by other apps, so Proxyman could not start 🤔

<!-- gh-comment-id:1317997092 --> @NghiaTranUIT commented on GitHub (Nov 17, 2022): One more thing: Please open Preference -> Proxy Port -> Change to 9091. Port 9090 might be occupied by other apps, so Proxyman could not start 🤔
Author
Owner

@lcopilot commented on GitHub (Nov 17, 2022):

Automatic selection of available ports is on
image

Log

2022-11-17 11:18:51.364 Proxyman[6014:76232] [HelperTool] Bundled 1.4.0 vs OnDisk 1.4.0
2022-11-17 11:18:51.516 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first.
2022-11-17 11:18:51.516 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first.
2022-11-17 11:18:51.782 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first.
2022-11-17 11:18:51.782 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first.
2022-11-17 11:18:51.832 Proxyman[6014:76224] [HelperTool] Bundled 1.4.0 vs OnDisk 1.4.0
2022-11-17 11:18:51.935 Proxyman[6014:76221] version = 1.4.0
[NetworkSystem] HTTP Override by HelperTool (New APIs)
[ERROR] Server failure, error: 未能完成操作。(Network.NWError错误0。)
2022-11-17 11:18:52.018 Proxyman[6014:76221] version = 1.4.0
[ERROR] Failed to bind 127.0.0.1:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48)
[ERROR] Failed to bind ::0:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48)

<!-- gh-comment-id:1318006538 --> @lcopilot commented on GitHub (Nov 17, 2022): Automatic selection of available ports is on ![image](https://user-images.githubusercontent.com/50407640/202346303-b2e06e08-bd82-429b-9867-4b7da83ec01e.png) ## Log 2022-11-17 11:18:51.364 Proxyman[6014:76232] [HelperTool] Bundled 1.4.0 vs OnDisk 1.4.0 2022-11-17 11:18:51.516 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first. 2022-11-17 11:18:51.516 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first. 2022-11-17 11:18:51.782 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first. 2022-11-17 11:18:51.782 Proxyman[6014:76221] [AppCenter] ERROR: -[MSACServiceAbstract canBeUsed]/58 Analytics service hasn't been started. You need to call [MSACAppCenter start:YOUR_APP_SECRET withServices:LIST_OF_SERVICES] first. 2022-11-17 11:18:51.832 Proxyman[6014:76224] [HelperTool] Bundled 1.4.0 vs OnDisk 1.4.0 2022-11-17 11:18:51.935 Proxyman[6014:76221] version = 1.4.0 ✅ [NetworkSystem] HTTP Override by HelperTool (New APIs) ❌[ERROR] Server failure, error: 未能完成操作。(Network.NWError错误0。) 2022-11-17 11:18:52.018 Proxyman[6014:76221] version = 1.4.0 ❌[ERROR] Failed to bind 127.0.0.1:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48) ❌[ERROR] Failed to bind ::0:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48)
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 17, 2022):

Thanks. The problem is

Failed to bind 127.0.0.1:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48)

Can you change the port number to a different port? 9090 or 9091?

It would fix the issue.

<!-- gh-comment-id:1318018671 --> @NghiaTranUIT commented on GitHub (Nov 17, 2022): Thanks. The problem is ``` Failed to bind 127.0.0.1:3500, bind(descriptor:ptr:bytes:): Address already in use (errno: 48) ``` Can you change the port number to a different port? 9090 or 9091? It would fix the issue.
Author
Owner

@lcopilot commented on GitHub (Nov 17, 2022):

This can solve the problem, but my automatic selection of available ports is enabled. Does this mean that there is a bug in the automatic selection of available ports

<!-- gh-comment-id:1318113097 --> @lcopilot commented on GitHub (Nov 17, 2022): This can solve the problem, but my automatic selection of available ports is enabled. Does this mean that there is a bug in the automatic selection of available ports
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 17, 2022):

Yes, it looks like it's a bug. I will investigate.

<!-- gh-comment-id:1318154372 --> @NghiaTranUIT commented on GitHub (Nov 17, 2022): Yes, it looks like it's a bug. I will investigate.
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 24, 2022):

Fixed with this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.13.0_Fix_Websocket_failed.dmg

This bug only occurs if we listen in both IPv4 and IPv6 👍

<!-- gh-comment-id:1326068573 --> @NghiaTranUIT commented on GitHub (Nov 24, 2022): Fixed with this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.13.0_Fix_Websocket_failed.dmg This bug only occurs if we listen in both IPv4 and IPv6 👍
Author
Owner

@lcopilot commented on GitHub (Nov 25, 2022):

He has been resolved, thanks to the official positive fix

<!-- gh-comment-id:1326967800 --> @lcopilot commented on GitHub (Nov 25, 2022): He has been resolved, thanks to the official positive fix
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#1432
No description provided.