mirror of
https://github.com/tubearchivist/docs.git
synced 2026-03-24 05:16:55 +00:00
[GH-ISSUE #72] Error at install on TrueNAS scale #93
Labels
No labels
enhancement
invalid
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/docs#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ElucGeek on GitHub (Nov 23, 2025).
Original GitHub issue: https://github.com/tubearchivist/docs/issues/72
Hello,
not sure if supported here but I have an error when I try to install the community package from TrueNAS Scale repo.
File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/ix_apps/lifecycle.py", line 60, in update_app_config render_compose_templates( File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/ix_apps/lifecycle.py", line 51, in render_compose_templates raise CallError(f'Failed to render compose templates: {cp.stderr}') middlewared.service_exception.CallError: [EFAULT] Failed to render compose templates: Traceback (most recent call last): File "/usr/bin/apps_render_app", line 33, in <module> sys.exit(load_entry_point('apps-validation==0.1', 'console_scripts', 'apps_render_app')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py", line 48, in main render_templates_from_path(args.path, args.values) File "/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py", line 19, in render_templates_from_path rendered_data = render_templates( ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/catalog_templating/render.py", line 31, in render_templates rendered_templates[i.name] = env.get_template(i.name).render( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render self.environment.handle_exception() File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception raise rewrite_traceback_stack(source=source) File "/mnt/.ix-apps/app_configs/tubearchivist/versions/1.0.19/templates/docker-compose.yaml", line 4, in top-level template code {% do tpl.funcs.fail("You need at to set at least 1 App URL") %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/.ix-apps/app_configs/tubearchivist/versions/1.0.19/templates/library/base_v2_1_57/functions.py", line 42, in _fail raise RenderError(message) base_v2_1_57.error.RenderError: You need at to set at least 1 App URLI have only 3 options for the host URL, 0.0.0.0, :: or the local IP of the machine. I tried each of them and all of them, but it's always stopping on the error. I also tried to input the env variable manually: TA_HOST http://localIP or http://0.0.0.0 but it's also not working.
@bbilly1 commented on GitHub (Dec 12, 2025):
This does not look related to this project but a matter of how the template engine you are using parses whatever you have given it. For the expected output, see our example compose file, otherwise you'll need to look up the details in the docs of the template engine in question.