graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 9 forks source link

Error requesting neighbors #53

Closed behas closed 3 years ago

behas commented 3 years ago

Requesting outgoing neighbors for entity http://spark-master:8081/#!eth/entity/29336877

doesn't work because of the following error:

Error requesting http://192.168.243.2:9001/eth/entities/34015470?include_tags=true&tag_coherence=true: 500 INTERNAL SERVER ERROR

Also: for computing tag_coherence takes time; better request entities without tag_coherence and do it only if user clicks on a node?

myrho commented 3 years ago

Fixed