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

Created Artifact from Jenkins master build - Translation error #60

Open
fel115 opened this issue Aug 15, 2023 · 1 comment
Open

Created Artifact from Jenkins master build - Translation error #60

fel115 opened this issue Aug 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@fel115
Copy link
Collaborator

fel115 commented Aug 15, 2023

I installed Opensesame from the artifact in Jenkins opensesame_0.7.8_armhf.deb and got the following error message:

Couldn't ping A panic occurred at src/main.rs:193: called `Result::unwrap()` on an `Err` value: TranslationNotFound("en") because https://nextcloud.markus-raab.org/nextcloud/ocs/v2.php/apps/spreed/api/v1/chat/avxwteuv: Server Error: 500 Internal Server Error
A panic occurred at src/main.rs:193: called `Result::unwrap()` on an `Err` value: TranslationNotFound("en")

I think the opensesame.mo need to be copied into the /usr/share/locale/en/LC_MESSAGES/ directory. As in /doc/Troubleshooting.md shown.

@fel115 fel115 added the bug Something isn't working label Aug 15, 2023
@markus2330
Copy link
Contributor

Thank you for reporting this problem. Yes, this file is missing in Cargo.toml, we only provide and install the German translation file.

I think this is unrelated to the artifact, but the problem was triggered because of a different locale setting on your system.

To fix the problem we need to:

  • compile both German+English translation files
  • update doc/Translations.md so this will also be done in future
  • fix Cargo.toml to install both opensesame.mo

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

No branches or pull requests

2 participants