Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Graph sometimes displays empty node #93

Closed
ByteSyze opened this issue Feb 22, 2023 · 3 comments
Closed

[Bug] Graph sometimes displays empty node #93

ByteSyze opened this issue Feb 22, 2023 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ByteSyze
Copy link

Issue: Occasionally, there will be a random gray node with no associated information displayed on the Knowledge graph.

Steps to reproduce:

  1. Click on "Projects" tab
  2. Click on "Graph" tab

This will spawn an empty node on the graph:
image

@RobRoyce
Copy link
Member

I'm always surprised at the different ways in which people use Knowledge... you'll have to explain to me what the bung project is all about some day...

In the meantime, thanks for the report. There may be an extra element being added to the array of Sources being input into the graph component. I'll check it out (or you can open your first MR 😉 )

@RobRoyce RobRoyce added bug Something isn't working good first issue Good for newcomers labels Feb 23, 2023
@RobRoyce
Copy link
Member

This is a very strange issue.

The stray node only appears when going from any other view to the graph view for the first time. If you switch projects while staying in the graph view, it disappears.

Further, the id of the element is non-deterministic (it changes every time you switch from any view to the graph view). Even more strange, the id I get from the node never corresponds to any existing projects or sources. But somehow the id is always a valid UUID...

Further research is needed.

@RobRoyce
Copy link
Member

Bug was introduced in ab27e2c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants