You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: