Weblate 4.3.x bug? #4805
Unanswered
mareksuscak
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The issue with + in mask will be addressed in 4.3.2 and is fixed by 155b489. Too many open files is unrelated and I haven't seen it so far, can check which files have the process open? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ever since we upgraded to Weblate 4.3, we've been getting the "too many open files" error which we have never seen before and we've been using Weblate for years. I ran
git gc
a number of times and we have not added new repositories or translations in a long while so the environment is the same. It seems that 4.3 introduced some change and possibly a leak that's causing it.There's also one more issue we're running into where Weblate keeps removing our non-primary translations from one of the projects and the only change we did there is that we changed the file pattern and the file pattern includes a
+
character.Something along these lines:
I wonder if this has to do anything with the "too many open files" issue and also why weblate keeps removing those translations. For more context, when I click Add Translation and select the missing languages, they're added no problem and also the strings from those files are added successfully to weblate database (though I don't know if weblate displays the old entries from before the renaming).
I'd appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions