anasAsh / googlecl

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

SyntaxError: no element found: #528

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.google docs list title
2.user: oub.oub.oub
3.

What is the expected output? 
list of docs

What do you see instead?
ERROR

Traceback (most recent call last):
  File "/usr/bin/google", line 991, in <module>
    main()
  File "/usr/bin/google", line 977, in main
    run_once(options, args)
  File "/usr/bin/google", line 751, in run_once
    authenticated = authenticate(auth_manager, options, config, section_header)
  File "/usr/bin/google", line 150, in authenticate
    valid_token = auth_manager.check_access_token()
  File "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 58, in check_access_token
    token_valid = self.client.IsTokenValid()
  File "/usr/lib/pymodules/python2.6/googlecl/docs/service.py", line 240, in is_token_valid
    sheets_test = googlecl.service.BaseServiceCL.IsTokenValid(self, sheets_uri)
  File "/usr/lib/pymodules/python2.6/googlecl/base.py", line 340, in is_token_valid
    self.Get(test_uri)
  File "/usr/lib/pymodules/python2.6/googlecl/service.py", line 59, in retry_get
    return self.retry_operation(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/googlecl/base.py", line 399, in retry_operation
    raise unexpected
SyntaxError: no element found: line 1, column 0

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

Kubuntu 10.04
python-gdata                                    1.2.4-0ubu

I also obtainted gdata-2.0.18
Please provide any additional information below.

Original issue reported on code.google.com by o...@ucm.es on 15 Jun 2013 at 9:21