Cannot display my graph in Gephi

I just installed Gephi to work on it . When I tried a test in Neo4j , I uploaded it successfully in Gephi .
Now I wanted to upload my nodes that I have in my project from neo4j to Gephi and I followed the same steps and I am using this query :

match path = (n)--()
with collect(path) as paths
call apoc.gephi.add(null,"workspace1", paths) yield nodes, relationships, time
return nodes, relationships, time

But I am receiving this error :

Thanks in advance for your help :)

Did you start the streaming plugin again in Gephi? You have to start it every time you restart Gephi.

2 Likes

The problem was the language that I am using in Gephi . When I switched it from french to english it worked :)

2 Likes