Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems opening the .gexf file(s) #1799

Closed
CodeSyncio opened this issue Jul 9, 2023 · 1 comment · Fixed by #1819
Closed

Problems opening the .gexf file(s) #1799

CodeSyncio opened this issue Jul 9, 2023 · 1 comment · Fixed by #1819

Comments

@CodeSyncio
Copy link

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
Copy link
Contributor

bcoles commented Nov 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants