-
Notifications
You must be signed in to change notification settings - Fork 191
suds.TypeNotFound: Type not found: '__AdditionalEmailAttribute1' #81
Comments
Thanks for creating the known issue.
This is mentioned in the readme file. |
I`m still having this problem, can someone help me? I`m passing all the info into params in ET_Client.ET_Client.
But I`m still getting this problem when trying to create an email exactely like the example says.
|
@bdgp1990 I had this same issue and was able to resolve it by deleting the double underscores at the beginning of each of the AdditionalEmailAttribute elements in my local ExactTargetWSDL.xml file. So '__AdditionalEmailAttribute1' would become 'AdditionalEmailAttribute1'. Do this for 1 - 5. |
@Thom3435 which arguments did you passed on ET_Client call? Ive already removed but I`m getting the following error =/... Im getting a |
You should set those in your client.py file in the FuelSDK folder so you do not have to pass them each time. I only have set client_id, client_secret, and wsdl_file_url, the rest will set to a default value via client.py. |
@bdgp1990 If you are using 'useOAuth2Authentication': 'True', you should set this for the authentication url: 'authenticationurl': 'https://mcxxxx21.auth.marketingcloudapis.com' |
I had the same issue and this fix worked for me. |
suds.TypeNotFound: Type not found: '__AdditionalEmailAttribute1'
I have been getting this error when using the v1.0.0. branch.
Any idea what is going on? I can do some stuff, but when I attempt to send an email, then I get that error.
ERROR:
suds.TypeNotFound: Type not found: '__AdditionalEmailAttribute1'
The text was updated successfully, but these errors were encountered: