Open ajoaoff opened 3 years ago
@ArturoQuintana , what is the answer you are receiving? Your payload is really non-serializable, but as you try to serialize it prior to make the request, json.dumps
call raises TypeError
, so the call to kytos is never made.
To test this, you should try to pass the payload without serializing it first.
Original issue opened by @ArturoQuintana at https://github.com/kytos/flow_manager/issues/138.
Hi, @cmagnobarbosa. Issue 132 seems to be closed by PR 137, and in there, we referenced problems with some payloads. The application continues failing in the case in which a payload specifies non-serializable JSON data.
some tests: