mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[GH-ISSUE #4] CLIProxyAPI process exited abnormally #5
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UsamaKarim on GitHub (Oct 7, 2025).
Original GitHub issue: https://github.com/router-for-me/EasyCLI/issues/4
First start and the app throwing an error. Completely unable to use app. I used default configuration for
config.yamlfile for@luispater commented on GitHub (Oct 7, 2025):
Did you first run the CLIProxyAPI service locally?
If you've already got the service running, please use Remote mode.
EasyCLI in Local mode automatically updates to the latest binary version of CLIProxyAPI and then starts the service.
@UsamaKarim commented on GitHub (Oct 7, 2025):
Yes.
In remote mode, it's giving error while connecting.

@luispater commented on GitHub (Oct 7, 2025):
Use 127.0.0.1 instead of localhost, and try again.
@luispater commented on GitHub (Oct 7, 2025):
Furthermore, please make sure that you set
remote-management.secret-keyin theconfig.yamlfile.@UsamaKarim commented on GitHub (Oct 7, 2025):
Thanks for the help. It’s working now.
@luispater commented on GitHub (Oct 7, 2025):
You're welcome, and thanks for using our project.