sileht / bird-lg

bird looking glass
Other
315 stars 110 forks source link

Crash in pydot #17

Open beufanet opened 7 years ago

beufanet commented 7 years ago

When trying to call show_bgpmap, I have the following crash from pydot.

How can I get dump why this crash happen ?

File "/home/birdlg/bird-lg/lg.py", line 531, in show_bgpmap return Response(graph.create_png(), mimetype='image/png') File "/home/birdlg/bird-lg/lg/local/lib/python2.7/site-packages/pydot.py", line 1681, in self.create(format=f, prog=prog)) File "/home/birdlg/bird-lg/lg/local/lib/python2.7/site-packages/pydot.py", line 1900, in create assert p.returncode == 0, p.returncode

rogaha commented 7 years ago

same issue here!

loopodoopo commented 7 years ago

I believe you forgot to install graphviz.