salimoha / googlecl

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

Please specify user: on OSX #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Give googlecl a command to calendar.
2. Responds with "Please specify user:"
3. input email address
4. Returns "Traceback (most recent call last):
  File "/usr/local/bin/google", line 448, in <module>
    main()
  File "/usr/local/bin/google", line 442, in main
    run_once(options, args)
  File "/usr/local/bin/google", line 320, in run_once
    if client.RequestAccess():
  File "/Library/Python/2.6/site-packages/googlecl/service.py", line 195, in request_access
    display_name = '"GoogleCL for account: ' + self.email + '"'
TypeError: cannot concatenate 'str' and 'NoneType' objects
"

Is there something I am doing wrong or need to configure?

Original issue reported on code.google.com by kelley.a...@gmail.com on 22 Jun 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Patched without knowledge of this issue... sorry! Should work just fine with 
version in trunk.

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