AlexW00 / obsidian-3d-graph

👓 A 3D graph for Obsidian!
MIT License
279 stars 22 forks source link

Group configuration cannot be re-opened #22

Closed jmiba closed 11 months ago

jmiba commented 1 year ago

Describe the bug After initial configuration and a restart of Obsidian the group tab in the configuration menu cannot be opened

To Reproduce Steps to reproduce the behavior:

  1. Go to '3D graph'
  2. Click on the cog wheel
  3. Click on "Group"
  4. Configure paths and colors
  5. Close Obsidian
  6. Open Obsidian
  7. Go to '3D graph'
  8. Click on the cog wheel
  9. Click on "Group"
  10. Nothing happens

Desktop (please complete the following information):

Screenshot image

Additional information I have UTF8 symbols in my path configuration: 🕮 Literatur-Notes/Pocket

JakeK34959 commented 1 year ago

Same Issue, same steps OS: MacOS 13.0 Device: M1 MacBook Pro 2020 Obsidian: 1.1.16

JakeK34959 commented 1 year ago

Just adding some more findings to this, when looking at the html code it seems as though something in line is causing it to fail to generate or append "children" for the group settings tree, I am also seeing this error pop up in the console

Screenshot 2023-03-17 at 1 06 42 PM

, if I knew more about JS I would try and reverse engineer this but I work with python

deneal123 commented 1 year ago

Та же проблема.

massivebird commented 11 months ago

I found a data type discrepancy between Obsidian sessions. When I make two groups in Obsidian, they are correctly stored as NodeGroup types for the remainder of the session. However, on closing and re-opening Obsidian, the same groups are no longer of type NodeGroup, instead resembling generic associative arrays.

example