How to debug commit errors? #18257
-
So, because we couldn't make the Codeberg instance work with automated pull requests and all, we're doing everything by ourselves, our procedure is just once a week or so (before our release), manually going through all these buttons from commits, to updates, etc, to locking the repo to avoid Weblate self-inflicted git conflicts (which still sometimes happen for some reason) (because of formatting?). (Anyway, not really related, more for the context) Now, to the task at hand - during one of these runs, we got an error for commits (I can't provide if there was an exact error right now, cause I wasn't the one who ran it). I tried to check Repository Changes, but it doesn't seem to show anything suspicious. I tried running our checks by cloning the Weblate repository using API token access (see #18256), and our tests seem to pass (if I disable our LFS check). UPD: yes, I just realised that as these units weren't committed, we don't see them in the repository |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey! For debugging commit errors in Weblate, here are a few practical steps:
|
Beta Was this translation helpful? Give feedback.
-
|
You can find affected strings using the search |
Beta Was this translation helpful? Give feedback.

You can find affected strings using the search
is:pending. The history of each string should show the actual error.