Closed theyosh closed 3 years ago
There is a change in INSTALLED_APPS.
You probably didn't adjust your settings.py
.
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!
I am so sorry. Looking at the changes is not the same as reading them :) So I just missed the line where it says to add weblate.configuration
to the application list.
So, it was a user error and fixed now. Thanks for the hint.
The issue you have reported is resolved now. If you don’t feel it’s right, please follow it’s labels to get a clue and take further steps.
Oh, you did add the line about updating the INSTALLED_APPS? So I did read it correctly yesterday?
No, I've just clarified so that it mentions app which was added, see https://github.com/WeblateOrg/weblate/commit/8d05b8a06ff5945034ee0479ec40a877007edd56
Describe the bug
After following the upgrade on https://docs.weblate.org/en/latest/admin/upgrade.html#upgrade-from-4-3-to-4-4 -> https://docs.weblate.org/en/latest/admin/upgrade.html#generic-upgrade-instructions
And after restarting the weblate server with : weblate runserver I cannot reach the webpage. I get a hugh stacktrace:
And this continuous for multiple lines. But it looks like some kind of recursion is happening here.
To Reproduce the bug
Steps to reproduce the behavior:
Just running pip install - U weblate and run all the upgrade steps on https://docs.weblate.org/en/latest/admin/upgrade.html#generic-upgrade-instructions
Downgrading to 4.3.2 is solving the issue:
pip install weblate==4.3.2
Expected behavior
Working version.
Screenshots N/A Server configuration and status
Weblate installation: PyPI
weblate list_versions
Weblate deploy checks
weblate check --deploy
Exception traceback
Additional context
Downgrading to 4.3.2 is solving the issue: pip install weblate==4.3.2