CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[tagGraph] tagGraph is creating an empty html file.

Open rohitghali opened this issue 1 year ago • 5 comments

What am I doing wrong? Requirements are installed. Tried running via stash settings and terminal too. It generates a blank file.

rohitghali avatar Sep 26 '23 19:09 rohitghali

I just tested on v0.22.1 and it generated me tag_graph.html. It should be in .stash/plugins/tagGraph directory.

DogmaDragon avatar Oct 03 '23 04:10 DogmaDragon

Yes. It is creating the file. But it is empty.

rohitghali avatar Oct 03 '23 12:10 rohitghali

Does your tags have hierachies (parents/sub-tags)?

DogmaDragon avatar Oct 05 '23 12:10 DogmaDragon

Does your tags have hierachies (parents/sub-tags)?

No. I don't think so.

rohitghali avatar Dec 04 '23 14:12 rohitghali

That explains the blank file. There is nothing to create the graph from, since all tags would just be its own bubble without any hierarchies. They need to have some kin of relation to each other.

Unrelated example image

DogmaDragon avatar Jan 18 '24 07:01 DogmaDragon