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

Alerts send on non-existing problems #9051

Closed
2 tasks done
isametal88 opened this issue Apr 5, 2023 · 6 comments
Closed
2 tasks done

Alerts send on non-existing problems #9051

isametal88 opened this issue Apr 5, 2023 · 6 comments
Labels
question This is more a question for the support than an issue. wontfix Nobody will work on this.

Comments

@isametal88
Copy link

Describe the issue

Hello,

we are facing something that is probably a configuration issue, but we're not able to figure it out.

We are using Weblate to manage the translation of both our web app and our mobile app, but every single day we receive at least two alerts:

  • the web project sends : Repository outdated.
    The VCS repository is not up to date with the upstream one. Please merge changes manually or set up hooks to automate this. (of course the hooks are configured, everything is working properly, we never sync the updates manually)

  • the mobile project: Parse error
    Error message
    No such file or directory
    Failing file
    src/localizations/it.json
    (of course also this is wrong: the file exists and it's the source of our translation, which is working)

We have no idea on what to do with this alerts, could somebody help us out?

Thank you very much

I already tried

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

Steps to reproduce the behavior

No response

Expected behavior

No response

Screenshots

No response

Exception traceback

No response

How do you run Weblate?

Docker container

Weblate versions

No response

Weblate deploy checks

No response

Additional context

No response

@isametal88 isametal88 added the question This is more a question for the support than an issue. label Apr 5, 2023
@github-actions
Copy link

github-actions bot commented Apr 5, 2023

This issue looks more like a support question than an issue. We strive to answer these reasonably fast, but purchasing the support subscription is not only more responsible and faster for your business but also makes Weblate stronger.

In case your question is already answered, making a donation is the right way to say thank you!

@nijel
Copy link
Member

nijel commented Apr 5, 2023

"Repository outdated" is triggered nightly whenever there are commits in the upstream repository missing in Weblate one. If you update Weblate repo nightly and not on push via webhook, this can easily be triggered, but later removed once you update it. You can increase REPOSITORY_ALERT_THRESHOLD to make it happen less likely.

"No such file or directory" maybe the file was not present in some revision? It can only happen when parsing the file and it is not present.

@isametal88
Copy link
Author

Hello Nijel,

no, the updates from our repo is pushed directly. Most of the e-mails show a conflict, but it's not true (we tried also to reset the weblate repo to have a clean state, but nothing has changed).
And the "no such file or directory" is impossible because it's the same localization json weblate uses to read the strings that are being translated :-(

Isaia

@nijel
Copy link
Member

nijel commented Apr 14, 2023

Maybe two Weblate processes are running with a different configuration?

@isametal88
Copy link
Author

Hello,

I'll investigate about this, but I don't think that's the case.

Isaia

@github-actions
Copy link

This issue has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!

@github-actions github-actions bot added the wontfix Nobody will work on this. label Apr 28, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is more a question for the support than an issue. wontfix Nobody will work on this.
Projects
None yet
Development

No branches or pull requests

2 participants