Open DennyWeinberg opened 1 year ago
Thanks for documenting this @DennyWeinberg. Can you share some steps with us to reproduce the issue?
I imagine its wrongly returned in the rest api wrapper. Somehow the json is text encoded again. I'm sure it's not my mistake because only for icl and wire I need to do the double jaon load, not for icl.
Sorry, I don't have a scratch to prove it just like that.
No worries! Those steps are exactly what I was looking for, thank you.
@mfdeveloper508 can you look at this?
yes, I will take it
I use the validate API and get the following response content:
"{\"error\": null}"
The problem is that it is a string, but it should be a json.
Complete response:
In my python code I need to do the following (requests is used):
Note that this issue exists in ICL and WIRE, not in ACH.
Issue in WIRE