mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[GH-ISSUE #2] Cannot set password or launch if password is set #3
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#3
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 @DevGuyRash on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/router-for-me/EasyCLI/issues/2
Originally assigned to: @luispater on GitHub.
Cannot set password.
Steps I did:
npm install && npm run build././src-tauri/target/release/easycliI've also tried pre-configuring the
config.yaml. I set thesecret-keybeforehand and that introduces an entirely new error:It uses a random secret key on each launch and overwrites the config file, deleting everything and creating a brand new, random password.
@DevGuyRash commented on GitHub (Oct 2, 2025):
I actually figured it out partially.
Whenever you have
api-keys:set in the root ofconfig.yaml, it will not launch and you'll get the codeblock above. If you delete it from the cofnig, it launches fine. You can then add one post-launch in the GUI. However, if you close and reopen, it will fail to open again. So you can't use access keys reliably if you want to use the GUI.@luispater commented on GitHub (Oct 3, 2025):
I fixed the bug in v0.1.13, you may try again.
If the bug still persists, maybe you should clean up the ~/cliproxyapi directory