On Monday, March 28, 2016 at 7:41:16 AM UTC-7, [email protected] wrote:
>
> Hello everyone, and happy Monday :)
> I was talking through my thesis project space this morning; 
> http://stamphoto-sunypoly.tiddlyspot.com/#  
> , <http://stamphoto-sunypoly.tiddlyspot.com/#>
>  when I tried to edit the tiddler "dimension", a javascript error appeared 
> (attached picture).
>

Your "dimension" tiddler contains a <<toc>> macro.  The problem is that you 
have a "tag loop".... where one of the items in the TOC tree is tagged with 
itself or a decendent.  In your particular case, there are TWO tiddlers 
("Posing" and "Park") that are tagged with their own title.  This creates 
infinite recursions, which eventually fails with a "stack overflow" or 
similar internal error.

Remove the errant tags, and the TOC tree displays properly, without error.

Note: the way I found those two tiddlers was to simply display the 
"dimension" tiddler, let it show the error message... and then scroll down 
to see what output was actually produced.  You can easily see that the tree 
goes off into deep recursion, repeatedly nesting the branches of the tree, 
over and over.  A quick mouseover on the toc entry that "goes deep", and 
you will see that it is a link to the "Posing" tiddler.  After I removed 
the "Posing" tag from that tiddler, I tried viewing the "dimension" tiddler 
again, and it got past the "Posing" tiddler but still had an infinite 
recursion error with the "Park" tiddler.  After reloading the document and 
removing both errant tags from their respective tiddlers, the TOC tree 
renders ok, without error.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b360548d-e5e4-4ddf-8af8-d8dcc4af1c22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to