ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Google Analytics API - Error occurred while sending the request #516

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

What steps will reproduce the problem?
1.I am using a windows service (c# code) to pull the google analytics data. 
(everything works on my local machine but I am getting an error when I deploy 
the windows service on a test server).
2.The error I am getting:
ErrorMessage: An error occurred while sending the request
StackTrace: at Google.Apis.Requests.ClientServiceRequest`1.Execute() in 
c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bi
n\Debug\test\default\Src\GoogleApis\Apis\Requests\ClientServiceRequest.cs line 
96

What version of the product are you using?
 <package id="Google.Apis" version="1.9.0" targetFramework="net451" />
  <package id="Google.Apis.Analytics.v3" version="1.9.0.1000" targetFramework="net451" />
  <package id="Google.Apis.Auth" version="1.9.0" targetFramework="net451" />
  <package id="Google.Apis.Core" version="1.9.0" targetFramework="net451" />
What is your operating system?
Windows 7
What is your IDE?
Microsoft Visual Studio 2013

Thank you!

Original issue reported on code.google.com by alz.anal...@gmail.com on 4 Dec 2014 at 5:23

GoogleCodeExporter commented 9 years ago
Can you add stacktrace of the actual error?
Can you attach also how the request and the response look like? (USING FIDDLER)

Original comment by pele...@google.com on 15 Dec 2014 at 1:00