You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In apicontrollersbase.py, when an exception occured, another exception was thrown while trying to call CreateFromDocument function. Due to this, the xmlResponse to lxml object conversion did not happen correctly and hence the API errors were not deserialized correctly.
- Also, for issue #73, added utf-8 encode and decode methods, so that response can be logged correctly.
0 commit comments