Hi Saverio, The Python Client library is supposed to include the error text of the fault in the logging, so there may be a bug here. This particular codepath happens when there is a SOAP fault. Could you please turn on SOAP XML logging (code below) and try again? The soap log should indicate what the problem is and may help me reproduce it so I can fix the error message.
client = AdWordsClient( {'userAgent': 'TEST', 'developerToken': 'MY_DEV_TOKEN', 'email': "google...@gmail.com", 'password': 'MYPASSWORD' }, {'debug': 'y', 'xml_log': 'y' }) - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en