smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.28k stars 2.29k forks source link

Problems opening the .gexf file(s) #1799

Closed CodeSyncio closed 1 year ago

CodeSyncio commented 1 year ago

Hello, When i try to open the exported graph from spiderfoot (Export selected --> GEXF) in a program like gephi, i get the error:

failed to import <filename.gexf>: java.lang.NumberFormatException: For input string: "None"

How can i fix this issue / what programs should i use to open these files?

bcoles commented 1 year ago

SpiderFoot did not set a value for the color alpha channel. SpiderFoot uses the networkx library to generate gexf files. An update to this library made setting a value for the alpha channel a requirement.

This should be fixed in #1819.