-
Notifications
You must be signed in to change notification settings - Fork 55
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
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) #24
Comments
Its trying to decode an empty response as JSON. Let me file this as a bug and push a fix |
Hey, I wasn't able to reproduce this. How are you getting the error? |
The data I am pushing to the api and what I am getting back is all listed above. |
Hi @oquidave please help us help you by telling us how to recreate your error. The "New Issue" template for "bug" details how to do this. |
@raybesiga @mossplix Since this issue wasn't closed, I'll add to it instead of creating a new one. Issue can be reproduced simply by installing See POC here |
Thanks for adding to this @jamesidw We shall look into it this week. |
I am having the same problem now with client.requestToPay(). Was this looked into? |
Why I am getting JsonDecodeError with disbursements even when the http response is 202?
This is what I am getting back after calling transfer method;
This is the data I am pushing through;
And these are the values of the resp variable;
The text was updated successfully, but these errors were encountered: