can you reproduce this with a small part of your database ?
In this case, you could send me a .gramps of this part.
I tried create filter to receave a small data around the crashed person including her descendants, ancastors, spouces and siblings. But it does not repro. But I can debug it on my PC. I can check your ideas myself if you want
@SNoiraud currently I have no idea how is it possible, but it really fixes all the above issues
I can push PR if you like this solution
@SNoiraud a bit more details. All the fails are received from here:
############### Associations section ##############
for assoc in person.get_person_ref_list():
self._add_person(assoc.ref, "", "")
So, all them should have associations. And also failed people have birth with no date and noth have death event. Hope it helps you to catch the issue
I donāt like your patch.
Is your database big ? You could send it to me ar attach it to the bug report or by email.
13000 people. Sorry, I can not share, some data is private but not marked as private yet.This is not ready for public exports yet.
You can send it to me in private. ( serge dot noiraud at free dot fr )
Sure, I will send, but I need make review of privacy of all my data. I didnt do this yet and some data could be sensitive to be shared.
@SNoiraud I also found that the thumbnails page is not loaded because it contains 4k thumbnails. Is it possible make any pagination for this page?
This problem occurs because you selected in the report options tab:
Living people: Not included
If you have relationships or associations with these people, youāll get this problem. Choose another option than not included.
In my strong opinion, if such a function is available to the user and they encounter an error while using it, the problem lies not in the userās actions but in the application itself. Isnāt that so?
I canāt even imagine what kind of associations are causing this error. Do you really think this is something the user should fix? Even if I find such associations where I have private individualsādoes that constitute an error from the userās perspective? I want to have these associations but do not want to export private individuals. This seems logical, doesnāt it?
I agree with you.
Now that Iām sure of the origin of this error, I have looked at your patch.
I think thatās okay. I need to do more tests.
Once Iām sure itās functional, either you create the PR or Iāll do it for you.
This seems to be the final solution. I can do the PR if you agree.
Sure, you can make PR. Thank you a lot!