googlearchive / calendar-connectors

Automatically exported from code.google.com/p/google-calendar-connectors
20 stars 20 forks source link

Execution of authentication request returned unexpected large content length #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enable calendar sync service
2. wait for sync
3. check logs to see errors.

What is the expected output? 
Sync Successful
What do you see instead?
2010-12-09 16:16:24,103 [Sentinel Thread] ERROR 
Google.GCalExchangeSync.Library.GCalSyncProcess - Error occured while executing 
sync process for user 'user@domain.com'. [running error count=1]
Google.GData.Client.GDataRequestException: Execution of authentication request 
returned unexpected large content length: 2364
   at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince)
   at Google.GData.Client.Service.Query(FeedQuery feedQuery, DateTime ifModifiedSince)
   at Google.GCalExchangeSync.Library.GCalGateway.QueryGCal(FeedQuery query, String userName, DateTime modifiedSince)
   at Google.GCalExchangeSync.Library.GCalGateway.QueryGCal(String email, GCalVisibility visibility, GCalProjection projection, DateTime modifiedSince, DateTimeRange window)
   at Google.GCalExchangeSync.Library.GCalSyncProcess.SyncUsers()

What version of the product are you using?
1.3.1
On what operating system?
Windows 2008 Std SP1

Please provide any additional information below.

https://www.google.com/calendar/feeds/user@domain.com/private/full?max-results=2
147483647&start-min=2010-11-09T16:16:23-05:00&start-max=2011-02-07T16:16:23-05:0
0&singleevents=true gives me an "authorization required".

Original issue reported on code.google.com by adrever%...@gtempaccount.com on 12 Apr 2011 at 5:26

GoogleCodeExporter commented 9 years ago
Do you have any proxy ? If yes, then please set the proxy parameters in config 
file.

Original comment by jaideepg...@google.com on 14 Apr 2011 at 6:29

GoogleCodeExporter commented 9 years ago
This has been working for a while.  I've tried to use the proxy settings before 
but have never had any luck.  I figured out that I if I don't use a proxy I 
need to exclude <system.net> as well as everything in between.  Does this make 
sense?

Original comment by adrever%...@gtempaccount.com on 14 Apr 2011 at 1:07

GoogleCodeExporter commented 9 years ago
Yes, If you are not using proxy keep the default settings.

Original comment by jaideepg...@gmail.com on 16 Apr 2011 at 6:50