billrobo / gdatacopier

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

Failed. #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./gls.py xxx@gmail.com:/all/

What is the expected output? What do you see instead?
it just fails with the message "Failed." no further information about the
failure cause is provided. i would except more details or hints about the
failure, so i can resolve the issue.

>Logging into Google server as xxx@gmail.com ... done.
>Fetching document list feeds from Google servers for xxx@gmail.com ... >done.
>
>Failed.

What version of the product are you using? On what operating system?
gdatacopier-2.1
debian 5.0.3

Original issue reported on code.google.com by didl...@gmail.com on 3 Feb 2010 at 2:47

GoogleCodeExporter commented 9 years ago
I am suspecting your have installed gdata-api via apt, and just as the Ubuntu 
users have the wrong version of 
the API. Please ensure that apt is instal version 2.x of the Gdata-python api.

I am certain this is NOT a Gdatacopier issue. Please read the minimum 
requirements of our code base.

We also suggest using the list to discuss this issue before lodging this as an 
"issue"

Original comment by devraj on 3 Feb 2010 at 2:57

GoogleCodeExporter commented 9 years ago
For the record sake can you please confirm that updating your GData-Python-API 
solves this issue. Thanks

Original comment by devraj on 3 Feb 2010 at 3:35

GoogleCodeExporter commented 9 years ago
yes, that did the work. thanks! :) 

a better error message would have helped. and i didn't find any faqs or 
usergroup
with common problems and solutions.

Original comment by didl...@gmail.com on 3 Feb 2010 at 3:48

GoogleCodeExporter commented 9 years ago
GData-Python-API doesn't provide a version number, restricting us from 
providing a meaningful message. We 
are refraining from doing a hack job in the code. I might add a condition where 
it can check if we are under 
Debian/Ubuntu to ask to upgrade the GData library.

Additionally we have asked Google to add this to their GData API for future 
releases.

Original comment by devraj on 3 Feb 2010 at 8:38