vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
324 stars 48 forks source link

SetOAuthInputParameters bug in contacts service #225

Closed vinitkumar closed 10 years ago

vinitkumar commented 10 years ago

From jianpx86 on July 09, 2010 08:54:10

What steps will reproduce the problem? 1. google contacts list -u What is the expected output? What do you see instead? Traceback (most recent call last): File "/usr/bin/google", line 5, in pkg_resources.run_script('googlecl==0.9.8', 'google') File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 489, in run_script File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1214, in run_script File "/usr/bin/google", line 536, in

File "/usr/bin/google", line 530, in main

File "/usr/bin/google", line 382, in run_once

File "build/bdist.linux-i686/egg/googlecl/service.py", line 284, in request_access AttributeError: 'ContactsServiceCL' object has no attribute 'SetOAuthInputParameters'

I am using gdata 2.0.10 and googlecl-0.9.8

Original issue: http://code.google.com/p/googlecl/issues/detail?id=217

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 09, 2010 03:54:41

It seems like googlecl is using a very early version of gdata, not 2.0.10. It's also strange that you're running googlecl.service from build/bdist.linux-i686/egg/googlecl/service.py, not an absolute path such as /usr/lib/python2.5/etc

Try uninstalling googlecl, make sure that you don't have gdata < 1.2.4 installed, and re-install.

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 23, 2010 19:16:05

Have you had any luck with with the above instructions?

Status: Feedback

vinitkumar commented 10 years ago

From thmil...@google.com on October 11, 2010 22:00:19

Status: Duplicate
Mergedinto: 145