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
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