-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong response data type in validate #316
Comments
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
The text was updated successfully, but these errors were encountered: