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
Web service reported a SOAP processing fault using an unexpected HTTP status code 200. Reporting as an internal server error.
suds.WebFault: Server raised fault: 'Invalid client data. Check the SOAP fault details for more information. TrackingId: 32064585-296e-4696-8a34-5e8ef154bdb2.'
The process has been working fine for months and since yesterday it returns error above.
It looks like error is returned from auth_helper.py:
user=get_user_response=customer_service.GetUser(
UserId=None,
).User
Could you please help me investigate what's wrong?
Regards,
K.
The text was updated successfully, but these errors were encountered:
hi,
since yesterday we started to see this error:
Web service reported a SOAP processing fault using an unexpected HTTP status code 200. Reporting as an internal server error.
suds.WebFault: Server raised fault: 'Invalid client data. Check the SOAP fault details for more information. TrackingId: 32064585-296e-4696-8a34-5e8ef154bdb2.'
The process has been working fine for months and since yesterday it returns error above.
It looks like error is returned from auth_helper.py:
user=get_user_response=customer_service.GetUser(
UserId=None,
).User
Could you please help me investigate what's wrong?
Regards,
K.
The text was updated successfully, but these errors were encountered: