On Sun, 9 Aug 2015 22:42:13 +1200
Jordan <jordan.ans...@ecs.vuw.ac.nz> wrote:

> Sorry to bother you, but I encountered an error in the topology WS
> implementation. I'm working on a project that uses the topology view in Ryu
> to display network performance.
> 
> The error catch on line 97 of* ryu/app/ws_topology.py* appears not catch
> the error it is supposed to for me. It resulted in crashing the ws server
> when the client did not return as expected (-- uncaught exception).
> 
> *To fix *this I've changed the import on line 38
> from:  from ryu.contrib.tinyrpc.exc import InvalidReplyError
> to:     from tinyrpc.exc import InvalidReplyError
> And this seems to have fixed it. Not sure if this is common to all users,
> or if this is important enough to trouble you with, or how to simply change
> this myself in git.

Oops, thanks for the report. Can you send a patch to the mailing list?

> Thank you for the topology view, hopefully I can share what I've done when
> it's finished :)

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to