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

Crahses when open .dot file on Python 3.7 #27

Open
meinnamehier opened this issue Jan 30, 2019 · 0 comments
Open

Crahses when open .dot file on Python 3.7 #27

meinnamehier opened this issue Jan 30, 2019 · 0 comments

Comments

@meinnamehier
Copy link

I try to open this file https://graphviz.gitlab.io/_pages/Gallery/directed/datastruct.gv.txt -> saved as test.dot using Python 3.7.1 on a Mac with MacOS 10.12.6

This is the error I get:

This is beta software, please report issues to:
https://github.com/hbmartin/graphviz2drawio/issues
Something went wrong, please report
Traceback (most recent call last):
File "/usr/local/bin/graphviz2drawio", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/graphviz2drawio/main.py", line 26, in main
output = convert(args.to_convert, args.program)
File "/usr/local/lib/python3.7/site-packages/graphviz2drawio/graphviz2drawio.py", line 27, in convert
[e.enrich_from_graph(graph_edges[e.gid]) for e in edges]
File "/usr/local/lib/python3.7/site-packages/graphviz2drawio/graphviz2drawio.py", line 27, in
[e.enrich_from_graph(graph_edges[e.gid]) for e in edges]
KeyError: 'node0:f0->node1:f0'
Sentry is attempting to send 2 pending error messages
Waiting up to 10 seconds
Press Ctrl-C to quit

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

No branches or pull requests

1 participant