Using this script to search for a node by a Gnx:
GNX_ID: str = g.app.gui.runAskOkCancelStringDialog(c,'SEARCH Node by GNX',"Enter search GNX: ").strip()
p0 = g.findGnx(GNX_ID, c) # moves to position p0
g.es_clickable_link(c, p0, 0, (p0.h)) # clickable-link, use p.h
If the node matching GNX is empty (no body text) it displays a persistent clickable link in Log pane.
However if the node matching GNX contains body text it gives errors:
is_sentinel: can not happen. delims: (None, '<!--', '-->')
is_sentinel: can not happen. delims: (None, '<!--', '-->')
is_sentinel: can not happen. delims: (None, '<!--', '-->')
is_sentinel: can not happen. delims: (None, '<!--', '-->')
A clickable link displays in Log pane but when pressed the link is not persistent, the clickable link disappears and the errors repeat.