forgejo-contrib/forgejo-cli
20
407
Fork
You've already forked forgejo-cli
51

Better error messages #448

Open
opened 2026年05月01日 22:32:28 +02:00 by Cyborus · 1 comment
Member
Copy link

Issue

A lot of the error messages in fj are unhelpful, or even misleading. This issue is to track the improvement of them all in one place. Error messages that need work can be brought up in a comment on this issue, and they'll be added to the list in the issue body.

Note that this is different from #112. That is about the appearance of errors, while this is about the content of them.


  1. no repo info specified
    1. when no host information is found. It should say that it could not find the Forgejo instance and how to supply that.
    2. when the repository name cannot be found, but the host can.
    3. when in detached HEAD state. It should explain that it cannot find the remote without a branch.
  2. unknown remote object format 'sha256';. git2 doesn't support SHA256 repos. It should explain that they aren't supported and to use git clone instead.

(more to be added as they come up)

Code of Conduct

  • I agree to act in accordance with the CoC & AI Agreement.
  • This issue was not generated by an LLM, even in part.
### Issue A lot of the error messages in `fj` are unhelpful, or even misleading. This issue is to track the improvement of them all in one place. Error messages that need work can be brought up in a comment on this issue, and they'll be added to the list in the issue body. Note that this is different from #112. That is about the appearance of errors, while this is about the content of them. --- 1. [ ] `no repo info specified` 1. [ ] when no *host* information is found. It should say that it could not find the Forgejo instance and how to supply that. 2. [ ] when the repository name cannot be found, but the host can. 3. [ ] when in detached HEAD state. It should explain that it cannot find the remote without a branch. 2. [ ] `unknown remote object format 'sha256';`. `git2` doesn't support SHA256 repos. It should explain that they aren't supported and to use `git clone` instead. (more to be added as they come up) ### Code of Conduct - [x] I agree to act in accordance with the CoC & AI Agreement. - [x] This issue was not generated by an LLM, even in part.

When repo is cloned using SSH with custom port, the tool incorrectly converts it to HTTPS. (削除) SSH sends header, thus the following SSL error. Message could at least display the formatted URL (削除ここまで):

Edit: I've never noticed the error message. But at least maybe we should handle this case, or make a suggestion to set the alias, when the port is not standard.

$ fj actions tasks
Error: error sending request for url (https://forgejo.slashlogin.dev:30022/api/v1/repos/SLASHLogin/forgejo-cli/actions/tasks?page=1&limit=20)
Caused by:
 0: client error (Connect)
 1: error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:ssl/record/methods/tlsany_meth.c:77:
 2: error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:ssl/record/methods/tlsany_meth.c:77:
Location:
 src/actions.rs:162:15

The error is produced at: https://codeberg.org/forgejo-contrib/forgejo-cli/src/branch/main/src/actions.rs#L162-L170

Not sure if this fits into the message improvement task.

When repo is cloned using SSH with custom port, the tool incorrectly converts it to HTTPS. ~~SSH sends header, thus the following SSL error. Message could at least display the formatted URL~~: Edit: I've never noticed the error message. But at least maybe we should handle this case, or make a suggestion to set the alias, when the port is not standard. ``` $ fj actions tasks Error: error sending request for url (https://forgejo.slashlogin.dev:30022/api/v1/repos/SLASHLogin/forgejo-cli/actions/tasks?page=1&limit=20) Caused by: 0: client error (Connect) 1: error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:ssl/record/methods/tlsany_meth.c:77: 2: error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:ssl/record/methods/tlsany_meth.c:77: Location: src/actions.rs:162:15 ``` The error is produced at: https://codeberg.org/forgejo-contrib/forgejo-cli/src/branch/main/src/actions.rs#L162-L170 Not sure if this fits into the message improvement task.
Sign in to join this conversation.
No Branch/Tag specified
main
renovate/lock-file-maintenance
docs/contributing
no-port-in-refspec
login/v16.next.forgejo.org
crates-io-publish
0.5.x
compile-time-fluent
0.4.x
localization-alias-demo
api_url_field
v0.5.0
v0.4.1
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Labels
Clear labels
Kind/Breaking
Breaking change that won't be backward compatible
Kind/Bug
Something is not working
Kind/Design
Discussion about UI/UX design
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Security
This is security issue
Kind/Testing
Issue or pull request related to testing
Kind/Upstream
This is an issue with upstream software (Forgejo) that is probably not our fault
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Suspicious
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
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
forgejo-contrib/forgejo-cli#448
Reference in a new issue
forgejo-contrib/forgejo-cli
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?