Open raptdwar opened 3 years ago
Hello, I have the same problem.
After checking, it seems that the problem comes from a change in the ovs api (in the class constructor of jsonrpc.session). This change occured in version 2.10.0 so you should use the most recent version before that until ryu is updated. This version is 2.9.4 which you can install with pip install ovs==2.9.4 until ryu fixes this bug
Hello, I have the same problem.
After checking, it seems that the problem comes from a change in the ovs api (in the class constructor of jsonrpc.session). This change occured in version 2.10.0 so you should use the most recent version before that until ryu is updated. This version is 2.9.4 which you can install with pip install ovs==2.9.4 until ryu fixes this bug
I LOVE YOU
I'm trying to use the qos_rest example in the repo. I cannot manage to create a queue because of this response:
By looking at the code i think there is a problem related to ovsdb I have already tried the simple switch example, without any problem, but the real issue for me is that the handlers for ovsdb related events are never fired.
One thing i know for sure is that it's not a connection problem, my switched can reach the controller/manager.
Using the example written here ( Link from the Ryu docs ), i can clearly see the connection in the log ( using ryu-manager --verbose ) but the following exception occour: