Description
2025-02-10T13:26:04.691968574Z app[web.1]: Traceback (most recent call last):
2025-02-10T13:26:04.691977894Z app[web.1]: File "/usr/lib/python3.10/site-packages/flask/app.py", line 1516, in full_dispatch_request
2025-02-10T13:26:04.691985894Z app[web.1]: rv = self.dispatch_request()
2025-02-10T13:26:04.691993154Z app[web.1]: File "/usr/lib/python3.10/site-packages/flask/app.py", line 1502, in dispatch_request
2025-02-10T13:26:04.692000944Z app[web.1]: return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
2025-02-10T13:26:04.692007954Z app[web.1]: File "/srv/app/src/ckan/ckan/config/middleware/../../views/group.py", line 492, in about
2025-02-10T13:26:04.692015465Z app[web.1]: return base.render(
2025-02-10T13:26:04.692022505Z app[web.1]: File "/srv/app/src/ckan/ckan/lib/base.py", line 107, in render
2025-02-10T13:26:04.692029445Z app[web.1]: return flask_render_template(template_name, **extra_vars)
2025-02-10T13:26:04.692036095Z app[web.1]: File "/usr/lib/python3.10/site-packages/flask/templating.py", line 147, in render_template
2025-02-10T13:26:04.692042965Z app[web.1]: return _render(
2025-02-10T13:26:04.692049895Z app[web.1]: File "/usr/lib/python3.10/site-packages/flask/templating.py", line 128, in _render
2025-02-10T13:26:04.692057195Z app[web.1]: rv = template.render(context)
2025-02-10T13:26:04.692063955Z app[web.1]: File "/usr/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
2025-02-10T13:26:04.692071055Z app[web.1]: self.environment.handle_exception()
2025-02-10T13:26:04.692077845Z app[web.1]: File "/usr/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
2025-02-10T13:26:04.692084745Z app[web.1]: raise rewrite_traceback_stack(source=source)
2025-02-10T13:26:04.692091305Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/organization/about.html", line 1, in top-level template code
2025-02-10T13:26:04.692098156Z app[web.1]: {% extends "organization/old_read_base.html" %}
2025-02-10T13:26:04.692105136Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/organization/old_read_base.html", line 1, in top-level template code
2025-02-10T13:26:04.692112586Z app[web.1]: {% extends "page.html" %}
2025-02-10T13:26:04.692119436Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 1, in top-level template code
2025-02-10T13:26:04.692126636Z app[web.1]: {% extends "base.html" %}
2025-02-10T13:26:04.692133346Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/base.html", line 1, in top-level template code
2025-02-10T13:26:04.692140416Z app[web.1]: {% ckan_extends %}
2025-02-10T13:26:04.692147316Z app[web.1]: File "/srv/app/src/ckanext-harvest/ckanext/harvest/templates/base.html", line 1, in top-level template code
2025-02-10T13:26:04.692182906Z app[web.1]: {% ckan_extends %}
2025-02-10T13:26:04.692191447Z app[web.1]: File "/srv/app/src/ckan/ckan/templates/base.html", line 108, in top-level template code
2025-02-10T13:26:04.692200367Z app[web.1]: {%- block page %}{% endblock -%}
2025-02-10T13:26:04.692207277Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 19, in block 'page'
2025-02-10T13:26:04.692214077Z app[web.1]: {%- block content %}
2025-02-10T13:26:04.692220677Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 22, in block 'content'
2025-02-10T13:26:04.692227467Z app[web.1]: {% block main_content %}
2025-02-10T13:26:04.692233697Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 57, in block 'main_content'
2025-02-10T13:26:04.692240877Z app[web.1]: {% block primary %}
2025-02-10T13:26:04.692247627Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 70, in block 'primary'
2025-02-10T13:26:04.692254717Z app[web.1]: {% block primary_content %}
2025-02-10T13:26:04.692261857Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 72, in block 'primary_content'
2025-02-10T13:26:04.692268677Z app[web.1]: {% block page_header %}
2025-02-10T13:26:04.692275148Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/page.html", line 80, in block 'page_header'
2025-02-10T13:26:04.692281898Z app[web.1]: {% block content_primary_nav %}{% endblock %}
2025-02-10T13:26:04.692288408Z app[web.1]: File "/srv/app/src/ckanext-openafrica/ckanext/openafrica/templates/organization/old_read_base.html", line 17, in block 'content_primary_nav'
2025-02-10T13:26:04.692295318Z app[web.1]: {{ h.build_nav_icon('organization_read', _('Datasets'), id=c.group_dict.name) }}
2025-02-10T13:26:04.692302098Z app[web.1]: File "/srv/app/src/ckan/ckan/lib/helpers.py", line 881, in build_nav_icon
2025-02-10T13:26:04.692309148Z app[web.1]: return _make_menu_item(menu_item, title, **kw)
2025-02-10T13:26:04.692315518Z app[web.1]: File "/srv/app/src/ckan/ckan/lib/helpers.py", line 956, in _make_menu_item
2025-02-10T13:26:04.692322138Z app[web.1]: controller, action = menu_item.split('.')
2025-02-10T13:26:04.692328938Z app[web.1]: ValueError: not enough values to unpack (expected 2, got 1)
2025-02-10T13:26:04.717148994Z app[web.1]: 2025-02-10 13:26:04,716 INFO [ckan.config.middleware.flask_app] 500 /organization/about/international-labour-organisation render time 0.099 seconds
2025-02-10T13:26:04.717806471Z app[web.1]: Mon Feb 10 13:26:04 2025 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /ja/organization/about/international-labour-organisation (ip ::ffff:172.17.0.1) !!!
2025-02-10T13:26:04.717826331Z app[web.1]: Mon Feb 10 13:26:04 2025 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 306] during GET /ja/organization/about/international-labour-organisation (::ffff:172.17.0.1)
2025-02-10T13:26:04.717834672Z app[web.1]: OSError: write error
Metadata
Metadata
Assignees
Type
Projects
Status
🚧 In Progress