Re: [Ryu-devel] issue report at gui_topology.py when simple_switch_13.py added
Brought to you by:
nz_gizmoguy
From: IWAMOTO T. <iw...@va...> - 2018-11-29 02:56:45
|
On Fri, 23 Nov 2018 05:46:30 +0900, Joaquin Gonzalez wrote: > I was doing some tests trying to add simple_switch_13.py application to Ryu > at the same time Im using gui_topology.py, but the websocket is closed when > add_flow function is executed (as far as I could see doing some > troubleshooting). When this happens eventually no more real time > interaction between Topology Viewer and actual topology changes. As you see in the error message, eventlet.websocket is shut down with an internal server error. I guess if the two RyuApps are interacting badly. Could you see the detail of the websocket error by putting a debug printf in eventlet.websocket? -- IWAMOTO Toshihiro |