lucasdavila86 / googlecl

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

SetOAuthInputParameters bug #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just install the tar.gz
2. run "google docs edit --title "gastos""
3. enter user name

What version of the product are you using? On what operating system?
Canaima GNU/Linux

this is the output:
Traceback (most recent call last):
  File "/usr/bin/google", line 463, in <module>
    main()
  File "/usr/bin/google", line 457, in main
    run_once(options, args)
  File "/usr/bin/google", line 340, in run_once
    if client.RequestAccess():
  File "/usr/lib/python2.5/site-packages/googlecl/service.py", line 192, in request_access
    self.SetOAuthInputParameters(gdata.auth.OAuthSignatureMethod.HMAC_SHA1,
AttributeError: 'DocsServiceCL' object has no attribute 
'SetOAuthInputParameters'

Original issue reported on code.google.com by guerrero...@gmail.com on 22 Jun 2010 at 3:20

GoogleCodeExporter commented 9 years ago
googlecli, 0.9.7 Version 

Original comment by guerrero...@gmail.com on 22 Jun 2010 at 3:28

GoogleCodeExporter commented 9 years ago
You probably have a very early version of gdata-python-client (aka 
python-gdata). Check the FAQ.

http://code.google.com/p/googlecl/wiki/FAQ?ts=1277221259&updated=FAQ

Original comment by tom.h.mi...@gmail.com on 22 Jun 2010 at 3:41

GoogleCodeExporter commented 9 years ago
I am having the exact same problem using the YouTube service. 

I am using the 2.0.10 gdata-python-client.

Original comment by anthony....@gmail.com on 23 Jun 2010 at 4:19

GoogleCodeExporter commented 9 years ago
I have only been able to reproduce this with an outdated gdata-python-client.

Has anyone been able to verify this error while definitely using 
gdata-python-client 2.0.10?

Original comment by tom.h.mi...@gmail.com on 23 Jul 2010 at 10:58

GoogleCodeExporter commented 9 years ago
I'm getting this issue on Ubuntu 10.04 with Python 2.6.5 & gdata-python-client 
2.0.11 final

Original comment by rean...@gmail.com on 18 Aug 2010 at 9:30