pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
125 stars 19 forks source link

Backups always fail, just stating that commit has failed. #328

Closed YLlywelyn closed 1 month ago

YLlywelyn commented 3 months ago

2024-05-11_18 27 21

As shown in the title and screenshot. I initialised backups using /backup init and it worked fine. But anytime I try to use /backup local or /backup full it gives the error in the screenshot, "fastback.chat.commit-failed".

Ceztio commented 2 months ago

Try to add a git user.

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Helcostr commented 1 month ago

While the issue can probably be fixed via git, I am more interested in why the L10N failed:

image

While I haven't familiarized myself with the code, raw printing vs localized printing seems to be the culprit.