My application uses the python client library and the ReportDownloader to 
fetch AdHocReports. We're using an MCC account that has about 1000 clients 
under it, and for each client the ReportDownloader requests a new generates 
a new auth token (as far as I can tell). Today I have probably made a lot 
of requests while debugging an issue and I ran into a strange error after a 
while:

Traceback snippet:

File 
"/var/sites/shortpath/env/lib/python2.6/site-packages/adspygoogle/adwords/ReportDownloader.py",
 
line 86, in DownloadReport
   file_path)

 File 
"/var/sites/shortpath/env/lib/python2.6/site-packages/adspygoogle/adwords/ReportDownloader.py",
 
line 107, in __DownloadAdHocReport
   self.__ReloadAuthToken()

 File 
"/var/sites/shortpath/env/lib/python2.6/site-packages/adspygoogle/adwords/ReportDownloader.py",
 
line 272, in __ReloadAuthToken
   not self.__service._headers['email'] or

AttributeError: 'ReportDownloader' object has no attribute 
'_ReportDownloader__service'

I'm using adspygoogle version 15.0.5

After this I also started getting CaptchaRequired exceptions for other 
operations against the API, is this related in some way? Am I being blocked 
because I'm misusing the API?

--
Adam

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to