Hi,
We ran into a weird problem. We use the report definition service to update some reports. While it's working pretty well when we use localhost, it stopped working on our production servers few days ago.
The error is:
"Object reference not set to an instance of an object."
"stackTrace": " at Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadReportToStream(String downloadUrl, Boolean returnMoneyInMicros, String postBody, Stream outputStream)
at Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.GetClientReportInternal(String downloadUrl, String postBody, Boolean returnMoneyInMicros)
We use C# and the latest v201309.
How can it work in localhost, but not in our production servers?
We refreshed our production files many times, restarted the web server and so on with no luck. We think the problem is elsewhere.
Any idea?
Thanks,
Stéphane