multinet-app / multinet-client

Multinet web client application
https://multinet-app.readthedocs.io
4 stars 3 forks source link

Upload silently fails for example dataset #216

Closed alexsb closed 2 years ago

alexsb commented 2 years ago

This is a movies dataset in D3 JSON format. No response after a few minutes.

https://drive.google.com/open?id=1tGDHfAFnYhcGltE5hP2y0R-rHbePDqiq&authuser=alexander.lex%40gmail.com&usp=drive_fs

jjnesbitt commented 2 years ago

It seems the reason for this is that the provided file has ~100 entries in the nodesfield that are empty objects. The D3 JSON format used by multinet expects each node to have an id field, so these empty objects fail during parsing. However, this raises a few good points:

I can work to address these issues.