Im trying to install plex back on my server after losing network. I updated to the newest firmware (Electriceel 24.10). Can some one help me understand this error?
[EFAULT] Failed to render compose templates: Traceback (most recent call last): File “/usr/bin/apps_render_app”, line 33, in 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 47, 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 36, in render_templates ).render({‘ix_lib’: template_libs, ‘values’: test_values}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/plex/versions/1.1.22/templates/docker-compose.yaml”, line 18, in top-level template code {% do c1.add_storage(“/config”, values.storage.config) %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/plex/versions/1.1.22/templates/library/base_v2_1_16/container.py”, line 279, in add_storage self._storage.add(mount_path, config) File “/mnt/.ix-apps/app_configs/plex/versions/1.1.22/templates/library/base_v2_1_16/storage.py”, line 97, in add volume_mount = VolumeMount(self._render_instance, mount_path, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/plex/versions/1.1.22/templates/library/base_v2_1_16/volume_mount.py”, line 35, in init source = HostPathSource(self._render_instance, mount_config).get() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/plex/versions/1.1.22/templates/library/base_v2_1_16/volume_sources.py”, line 37, in init self.source = allowed_fs_host_path_or_raise(path, allow_unsafe_ix_volume) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/plex/versions/1.1.22/templates/library/base_v2_1_16/validations.py”, line 226, in allowed_fs_host_path_or_raise raise RenderError(f"Path [{path}] is not allowed to be mounted.") base_v2_1_16.error.RenderError: Path [/mnt] is not allowed to be mounted.