stuck
1
Gramps 5.2.4 on Windows 10 and in Firefox 137.0.1
Today, the fix for the known issue described here:
no longer works for Firefox.
I can’t say when it stopped working but it was OK as recent as Dec 2024 when I made this post:
https://gramps.discourse.group/t/descendant-indented-tree/6657/3
Any suggestions?
This is a security issue.
You need to set security.fileuri.strict_origin_policy to False as indicated in the page you cited earlier
1 Like
stuck
3
You didn’t read my reply, that fix no longer works on my set up.
It did work back in Dec 2024, but not today, even though the relevant ‘securtity… …policy’ is still set to false.
It works for me on linux with firefox 137.0.1
Is it a local page or a remote page ?
stuck
5
Local.
I also uploaded the output to a small bit of webspace I have and tried it from there. It didn’t work there either.
I also just discovered that this report fails completely when used with Gramps 6.0.0 (Win 11):
stuck
6
Gramps v6.0.1 on Win 10 and Win 11
I’ve now discovered that the Descendant Indented Tree report fails on Win 10 as well as reported previously (Descendant indented tree: local workaround no longer working - #5 by stuck) on Win 11.
Is it just me or can others here reproduce this crash:
Gioto
7
Please create a bug report.
Be sure to start Gramps AIO from the console and recreate the error then copy the out in console to the bug report please.
stuck
8
C:\Program Files\GrampsAIO64-6.0.1>gramps
Traceback (most recent call last):
File "C:\Program Files\GrampsAIO64-6.0.1\gramps\gen\plug\_manager.py", line 270, in load_plugin
_module = self.import_plugin(pdata)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\GrampsAIO64-6.0.1\gramps\gen\plug\_manager.py", line 304, in import_plugin
module = __import__(pdata.mod_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\myUserName\AppData\Roaming\gramps\gramps60\plugins\D3Charts\DescendantIndentedTree.py", line 1499
ErrorDialog(_("Failure writing {target_path}: {message}").(target_path=self.desthtml, message=str(msg)),
^
SyntaxError: invalid syntax