You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading 5.0.2 -> 5.1 -> 5.2, trying to view the component lists that are inside a category produces an internal server error.
The URL that crashes is like: https://<hostname>/projects/<project-name>/<category-name>/
Describe the issue
After upgrading 5.0.2 -> 5.1 -> 5.2, trying to view the component lists that are inside a category produces an internal server error.
The URL that crashes is like:
https://<hostname>/projects/<project-name>/<category-name>/
I already tried
Steps to reproduce the behavior
weblate-log.txt
Expected behavior
It doesn't crash.
Screenshots
Exception traceback
Response: weblate_1 | gunicorn stderr | { weblate_1 | gunicorn stderr | "err": 1, weblate_1 | gunicorn stderr | "message": "insufficient privileges: The access token is disabled." weblate_1 | gunicorn stderr | } weblate_1 | gunicorn stderr | ERROR:rollbar:Exception while posting item ApiError('insufficient privileges: The access token is disabled.') weblate_1 | gunicorn stderr | Traceback (most recent call last): weblate_1 | gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/rollbar/__init__.py", line 1492, in _send_payload weblate_1 | gunicorn stderr | _post_api('item/', payload_str, access_token=access_token) weblate_1 | gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/rollbar/__init__.py", line 1561, in _post_api weblate_1 | gunicorn stderr | return _parse_response(path, SETTINGS['access_token'], payload_str, resp) weblate_1 | gunicorn stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ weblate_1 | gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/rollbar/__init__.py", line 1740, in _parse_response weblate_1 | gunicorn stderr | raise ApiError(json_data.get('message') or 'Unknown error') weblate_1 | gunicorn stderr | rollbar.ApiError: insufficient privileges: The access token is disabled. weblate_1 | gunicorn stderr | [2023-11-22 11:25:06,025: ERROR/246] Internal Server Error: /projects/pokemon-conquest/images/ weblate_1 | gunicorn stderr | Traceback (most recent call last): weblate_1 | gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/django/template/base.py", line 880, in _resolve_lookup weblate_1 | gunicorn stderr | current = current[bit] weblate_1 | gunicorn stderr | ~~~~~~~^^^^^ weblate_1 | gunicorn stderr | TypeError: 'CategoryLanguageStats' object is not subscriptable
How do you run Weblate?
Docker container
Weblate versions
Weblate deploy checks
Additional context
No response
The text was updated successfully, but these errors were encountered: