Open rpoole opened 6 years ago
@rpoole the error is coming from the pyxb library but doesn't seem to interrupt the flow. We'll be looking into the error.
I get the same error.
I'm still getting the same error, i know it does not affect anything but the error is still triggering. Using latest versions of PyXB and AuthorizeNet/SDK-Python
PyXB==1.2.6
authorizenet==1.1.2
I believe the XML line numbers are not matching anymore.
[error_report] [Django] ERROR: Create Document Exception:<class 'pyxb.exceptions_.ContentNondeterminismExceededError'>,(<lib.authorize_net_sdk.authorizenet.apicontractsv1.customerAddressTypeobject at 0x7f853427c7b8>,)
TCS-Dev Dhanashree- This issue has been fixed in v1.1.5.
We are getting a
Create Document Exception: <class 'pyxb.exceptions_.ContentNondeterminismExceededError'>, (<authorizenet.apicontractsv1. customerAddressType object at 0x7f2ecf0129b0>
every time we pull transaction details from the API. The error is occurring on line 149 ofapicontrollersbase.py
.The code being used to fetch the transaction details is (some login settings omitted)
The XML being returned from the sandbox API is:
We are seeing this error when hitting the live API as well. It doesn't appear to cause any issues, as payments still process fine, but seeing the error in our logs is concerning.