Closed mkstephenson closed 4 months ago
The Git exporter is not an add-on, adding it to WEBLATE_ADD_ADDONS is not supposed to work, please remove it. The Docker container has already turned that on.
Ahh ok, thanks! I couldn't find anything in the docs about it being turned on by default (https://docs.weblate.org/en/latest/admin/optionals.html#git-exporter) so I assumed I needed to turn it on and since I couldn't figure out where else to enable it, I (incorrectly) added it here.
Should I close the issue or would you like to keep it open to track the internal server error?
I've updated the docs in https://github.com/WeblateOrg/weblate/commit/95a9de9ed77f0d51a97c22d5cb8b959765977637 and let's keep this issue open until https://github.com/WeblateOrg/weblate/pull/11977 is merged, which will make the error message easier to understand.
Thank you for your report; the issue you have reported has just been fixed.
Thank you for your report; the issue you have reported has just been fixed.
Describe the issue
When I have the "git.exporter" addon enabled and I navigate to the addons management page in the UI, I get an internal server error. The error in the console tells me that "module 'weblate.gitexport' has no attribute 'get_identifier'".
I already tried
Steps to reproduce the behavior
WEBLATE_ADD_ADDONS=weblate.gitexport
as an environment variable.Expected behavior
I expect to see the list of addons, git exporter addon being shown here is optional but would be nice.
Screenshots
No response
Exception traceback
How do you run Weblate?
Docker container
Weblate versions
Weblate deploy checks
Additional context
No response