-
Notifications
You must be signed in to change notification settings - Fork 157
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
Translation sync job must fail in case of error #3012
Comments
The real issue is in another step https://drone.owncloud.com/owncloud/translation-sync/1431/31/4 |
run locally make l10n-read |
there is something wrong with the strings in apps/files/src/store/state.js |
Reproducible locally. I'll bisect to see what's wrong. |
0.3.0 and 0.2.0 are broken. I wasn't able to run Either it's an env issue like upgraded node or the problem existed since a while and did not get discovered. |
Okay, so if bisect cannot help here, next step is adding more log statements in that tool to find out what location is affected |
Found it:
|
a Fix is here: #3014 |
See https://drone.owncloud.com/owncloud/translation-sync/1431/31/5 at line 368.
There's an error:
and yet the job continues as if all was well.
The text was updated successfully, but these errors were encountered: