You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Running the command to collect the data works for the most part, I get a failure in fetch-users due to a DUPLICATE_KEY_DETECTED, but I end up with data collected. However, running yarn graph, while it does direct me to an html file, which contains a nodes={...} and edges = {...}, but does not display anything; it's just a white screen. Is this related to the duplicate key error? How can I fix it?
For what it's worth, I am running the commands in WSL and opening the html with chrome in windows.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the command to collect the data works for the most part, I get a failure in
fetch-users
due to aDUPLICATE_KEY_DETECTED
, but I end up with data collected. However, runningyarn graph
, while it does direct me to an html file, which contains anodes={...}
andedges = {...}
, but does not display anything; it's just a white screen. Is this related to the duplicate key error? How can I fix it?For what it's worth, I am running the commands in WSL and opening the html with chrome in windows.
The text was updated successfully, but these errors were encountered: