Hi Isabelle, > On 18 Jul 2017, at 08:43, Isabella g <[email protected]> wrote: > > I call Dump/Details API from Python app and it return me an error > ERROR:vpp_call:[Errno 2] Reply message undefined > What does this mean? > How can i solve this error?
It means that in the message stream in response to the dump call you got an unexpected message type. That could be caused by an error in api definition or something else. Could you give me steps to reproduce, which api calls etc. Cheers Ole > _______________________________________________ > vpp-dev mailing list > [email protected] > https://lists.fd.io/mailman/listinfo/vpp-dev _______________________________________________ vpp-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/vpp-dev
