Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error when trying commit Weblate changes or synchronise Weblate repository #8072

Closed
2 tasks done
ashutoshgngwr opened this issue Sep 1, 2022 · 5 comments
Closed
2 tasks done
Assignees
Labels
bug Something is broken.
Milestone

Comments

@ashutoshgngwr
Copy link

ashutoshgngwr commented Sep 1, 2022

Describe the issue

When I click commit, I get Internal Server Error. The latest recorded id of the error is 15f25aa168e146179a91ee3e60e3428d. I get the same error when trying to Update/Pull/Rebase the repository. Its latest recorded id is b743b90716c24126bfdb8c2ec2d5011c. I am not sure what is going on.

Before this started, I attempted to fix fatal crashes in my Android app caused by plurals in cs/fr/lt locales. I simply duplicated the many as the other key. So plurals for these locales now look like the following.

<plurals name="time_minutes">
    <item quantity="one">%1$d minutė</item>
    <item quantity="few">%1$d minutės</item>
    <item quantity="many">%1$d minučių</item>
    <item quantity="other">%1$d minučių</item>
</plurals>

I also tried to manually merge the Weblate repository into upstream, but it didn't help.

I already tried

  • I've read and searched the documentation.
  • I've searched for similar issues in this repository.

Steps to reproduce the behavior

  1. Go to the 'Repository Maintenance' tab
  2. Click on 'Commit' or 'Update'
  3. See the error

Expected behavior

No response

Screenshots

image
image

Exception traceback

No response

How do you run Weblate?

weblate.org service

Weblate versions

No response

Weblate deploy checks

No response

Additional context

Weblate Project: https://hosted.weblate.org/projects/noice/
Android App Source: https://github.com/trynoice/android-app
Possibly related to: #7520

@nijel
Copy link
Member

nijel commented Sep 1, 2022

Does it still happen? I've fixed similar issue tonight.

@ashutoshgngwr
Copy link
Author

@nijel I just tried it, and it is still happening.

@nijel nijel added this to the 4.14.1 milestone Sep 1, 2022
@nijel nijel self-assigned this Sep 1, 2022
@nijel nijel added the bug Something is broken. label Sep 1, 2022
@nijel
Copy link
Member

nijel commented Sep 1, 2022

Ah, I fixed that, but didn't deploy the fix. It is working now.

For the record, the fix is translate/translate#4713

@nijel nijel closed this as completed Sep 1, 2022
@github-actions
Copy link

github-actions bot commented Sep 1, 2022

Thank you for your report; the issue you have reported has just been fixed.

  • In case you see a problem with the fix, please comment on this issue.
  • In case you see a similar problem, please open a separate issue.
  • If you are happy with the outcome, don’t hesitate to support Weblate by making a donation.

@ashutoshgngwr
Copy link
Author

@nijel Thank you for the quick resolution! Everything is working as expected now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken.
Projects
None yet
Development

No branches or pull requests

2 participants