Gramps 6.0.3 on MacOS
I’m trying to use the built-in filter “Relationship path between ”.
In the filter editor I add the “Relationship path between ” and add two person ids using the [Select] bottons.
When I test the filter, I get the following error:
129366391: ERROR: grampsapp.py: line 188: Unhandled exception
Traceback (most recent call last):
File "/Applications/Gramps.app/Contents/Resources/lib/python3.13/site-packages/gramps/gui/editors/filtereditor.py", line 1315, in test_clicked
handle_list = filt.apply(self.db, self.get_all_handles())
File "/Applications/Gramps.app/Contents/Resources/lib/python3.13/site-packages/gramps/gen/filters/_genericfilter.py", line 275, in apply
rule.requestprepare(db, user)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Applications/Gramps.app/Contents/Resources/lib/python3.13/site-packages/gramps/gen/filters/rules/_rule.py", line 108, in requestprepare
self.prepare(db, user)
~~~~~~~~~~~~^^^^^^^^^^
File "/Applications/Gramps.app/Contents/Resources/lib/python3.13/site-packages/gramps/gen/filters/rules/person/_relationshippathbetween.py", line 73, in prepare
self.init_list(root1.handle, root2.handle)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Gramps.app/Contents/Resources/lib/python3.13/site-packages/gramps/gen/filters/rules/person/_relationshippathbetween.py", line 130, in init_list
new_rank = firstMap[person_handle]
~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'f8ec44af00018c264f8d966e8d3'
Wonder what I’m doing wrong?
Running simple filters like “People without a known birth date” works fine.