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

Weblate does not start bleeding #5454

Closed
tomkolp opened this issue Feb 15, 2021 · 1 comment
Closed

Weblate does not start bleeding #5454

tomkolp opened this issue Feb 15, 2021 · 1 comment
Assignees
Labels
bug Something is broken.
Milestone

Comments

@tomkolp
Copy link
Contributor

tomkolp commented Feb 15, 2021

weblate_1       | Traceback (most recent call last):
weblate_1       |   File "/usr/local/bin/weblate", line 8, in <module>
weblate_1       |     sys.exit(main())
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/runner.py", line 34, in main
weblate_1       |     utility.execute()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 377, in execute
weblate_1       |     django.setup()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/__init__.py", line 24, in setup
weblate_1       |     apps.populate(settings.INSTALLED_APPS)
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/apps/registry.py", line 122, in populate
weblate_1       |     app_config.ready()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/apps.py", line 69, in ready
weblate_1       |     init_error_collection()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/errors.py", line 89, in init_error_collection
weblate_1       |     release=weblate.utils.version.GIT_REVISION or weblate.TAG_NAME,
weblate_1       | AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | redis is unavailable - waiting 25
weblate_1       | [2021-02-15 21:51:59,055: DEBUG/134] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:51:59,055: DEBUG/134] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:51:59,060: DEBUG/134] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:51:59,060: DEBUG/134] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:01,373: WARNING/134] Handled exception: AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | Traceback (most recent call last):
weblate_1       |   File "/usr/local/bin/weblate", line 8, in <module>
weblate_1       |     sys.exit(main())
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/runner.py", line 34, in main
weblate_1       |     utility.execute()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 377, in execute
weblate_1       |     django.setup()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/__init__.py", line 24, in setup
weblate_1       |     apps.populate(settings.INSTALLED_APPS)
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/apps/registry.py", line 122, in populate
weblate_1       |     app_config.ready()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/apps.py", line 69, in ready
weblate_1       |     init_error_collection()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/errors.py", line 89, in init_error_collection
weblate_1       |     release=weblate.utils.version.GIT_REVISION or weblate.TAG_NAME,
weblate_1       | AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | redis is unavailable - waiting 24
weblate_1       | [2021-02-15 21:52:03,727: DEBUG/153] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:03,727: DEBUG/153] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:03,734: DEBUG/153] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:03,734: DEBUG/153] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:06,216: WARNING/153] Handled exception: AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | Traceback (most recent call last):
weblate_1       |   File "/usr/local/bin/weblate", line 8, in <module>
weblate_1       |     sys.exit(main())
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/runner.py", line 34, in main
weblate_1       |     utility.execute()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 377, in execute
weblate_1       |     django.setup()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/__init__.py", line 24, in setup
weblate_1       |     apps.populate(settings.INSTALLED_APPS)
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/apps/registry.py", line 122, in populate
weblate_1       |     app_config.ready()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/apps.py", line 69, in ready
weblate_1       |     init_error_collection()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/errors.py", line 89, in init_error_collection
weblate_1       |     release=weblate.utils.version.GIT_REVISION or weblate.TAG_NAME,
weblate_1       | AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | redis is unavailable - waiting 23
weblate_1       | [2021-02-15 21:52:08,527: DEBUG/172] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:08,527: DEBUG/172] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:08,536: DEBUG/172] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:08,536: DEBUG/172] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:10,918: WARNING/172] Handled exception: AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | Traceback (most recent call last):
weblate_1       |   File "/usr/local/bin/weblate", line 8, in <module>
weblate_1       |     sys.exit(main())
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/runner.py", line 34, in main
weblate_1       |     utility.execute()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 377, in execute
weblate_1       |     django.setup()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/__init__.py", line 24, in setup
weblate_1       |     apps.populate(settings.INSTALLED_APPS)
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/apps/registry.py", line 122, in populate
weblate_1       |     app_config.ready()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/apps.py", line 69, in ready
weblate_1       |     init_error_collection()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/errors.py", line 89, in init_error_collection
weblate_1       |     release=weblate.utils.version.GIT_REVISION or weblate.TAG_NAME,
weblate_1       | AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | redis is unavailable - waiting 22
weblate_1       | [2021-02-15 21:52:13,217: DEBUG/191] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:13,217: DEBUG/191] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:13,223: DEBUG/191] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:13,223: DEBUG/191] git: failure fatal: not a git repository (or any of the parent directories): .git
weblate_1       |  (128)
weblate_1       | [2021-02-15 21:52:15,605: WARNING/191] Handled exception: AttributeError: module 'weblate' has no attribute 'TAG_NAME'
weblate_1       | Traceback (most recent call last):
weblate_1       |   File "/usr/local/bin/weblate", line 8, in <module>
weblate_1       |     sys.exit(main())
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/runner.py", line 34, in main
weblate_1       |     utility.execute()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 377, in execute
weblate_1       |     django.setup()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/__init__.py", line 24, in setup
weblate_1       |     apps.populate(settings.INSTALLED_APPS)
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/django/apps/registry.py", line 122, in populate
weblate_1       |     app_config.ready()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/apps.py", line 69, in ready
weblate_1       |     init_error_collection()
weblate_1       |   File "/usr/local/lib/python3.7/dist-packages/weblate/utils/errors.py", line 89, in init_error_collection
weblate_1       |     release=weblate.utils.version.GIT_REVISION or weblate.TAG_NAME,
weblate_1       | AttributeError: module 'weblate' has no attribute 'TAG_NAME'
@nijel nijel transferred this issue from WeblateOrg/docker Feb 16, 2021
@nijel nijel added the bug Something is broken. label Feb 16, 2021
@nijel nijel self-assigned this Feb 16, 2021
@nijel nijel added this to the 4.5 milestone Feb 16, 2021
@nijel nijel closed this as completed in 168a1ff Feb 16, 2021
@github-actions
Copy link

Thank you for your report, the issue you have reported has just been fixed.

  • In case you see a problem with the fix, please comment on this issue.
  • In case you see a similar problem, please open a separate issue.
  • If you are happy with the outcome, don’t hesitate to support Weblate by making a donation.

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

No branches or pull requests

2 participants