In that case, I think those warnings are coming when the tree view of the People category is being populated. The text of that warning is in treebasemodel.py, with the comment:
"""
How to handle adding a node a second time
Default: if group nodes can have handles, it is allowed to add it
again, and this time setting the handle
Otherwise, a node should never be added twice!
"""
Yes, thatâs the first time Iâve seen that âtwice adding a nodeâ error. I think that it scrolled anything related to the Places off the CLI terminal window & overflowed the buffer. (Although I donât recall THAT ever happening before either.)
I had just been HOPING that the terminal would have something useful.
Since no one has mentioned a log file I could access, I guess Iâll cycle Gramps and start working again.
Workaround: hack the Place Selector so that it doesnât use the Place Tree Model
Since using a PlaceListModel instead of the PlaceTreeModel is a workaround, my Place hierarchy has something wrong or the modelâs code has a problem.