mrmohamed / gdocbackup

Automatically exported from code.google.com/p/gdocbackup
0 stars 0 forks source link

error log when exec #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
24-Jan-10 01:10:06 - 000 > Get doc list
24-Jan-10 01:10:07 - 000 > GLOBAL-ERROR:  Captcha required
24-Jan-10 01:10:07 - -001 > ############### EXCEPTION ###############
24-Jan-10 01:10:07 - -001 > Google.GData.Client.CaptchaRequiredException: 
Captcha required
   at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials 
gc)
   at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
   at Google.GData.Client.GDataRequest.EnsureWebRequest()
   at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
   at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.Query(Uri queryUri, DateTime 
ifModifiedSince, String etag, Int64& contentLength)
   at Google.GData.Client.Service.Query(FeedQuery feedQuery)
   at Google.GData.Client.Feed`1.get_AtomFeed()
   at Google.GData.Client.Feed`1.<get_Entries>d__0.MoveNext()
   at GDocBackupLib.Backup.ExecInternal()
   at GDocBackupLib.Backup.Exec()
24-Jan-10 01:10:07 - -001 > #########################################

Original issue reported on code.google.com by sula...@gmail.com on 23 Jan 2010 at 6:12

GoogleCodeExporter commented 9 years ago
This is not a bug of GDocBackup.

Perhaps you have entered a wrong password and you tried many times to connect 
to 
Google Docs servers. So autenthication failed many times and now Google request 
to 
you to enter "captcha" during login.

Try to login to a Google service (GMail, Reader, Docs,...) and you will be 
asked to 
enter the "captcha" string. After that GDocBackup should work fine.

Original comment by fht...@gmail.com on 23 Jan 2010 at 6:36