I recently setup and deploy an Amazon EC2 instance for deploy my django project.
I was interacting with my application via browser when I get this error in the browser:
File "./my_api/to/Credit.py", line 17, in get_credit_from_response
print xml_response
The stack trace is clear enough. You have a function named get_credit_from_response
- inside it the I/O Error is happening. It is probably scheduled every 6/12 hours and causes the issue. Please double check your code.