command line interface - Google cli - where to ask questions? -


i'm trying use google cli (e.g. 'google calendar "...") used work poorly , fails error diagnostic. searching "google calendar" less useless searching "evolution email."

i wish people think searchability when naming programs. /rant

is there forum or newsgroup somewhere can post questions?

and if there's expert here, after open browser , authorize, program produces:

traceback (most recent call last):   file "/usr/bin/google", line 839, in <module>     main()   file "/usr/bin/google", line 825, in main     run_once(options, args)   file "/usr/bin/google", line 605, in run_once     authenticated = authenticate(auth_manager, options, config, section_header)   file "/usr/bin/google", line 119, in authenticate     valid_token = auth_manager.retrieve_access_token(display_name, browser)   file "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 180, in retrieve_access_token     self.client.current_token)   file "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 255, in write_access_token     open(self.tokens_path, 'wb') tokens_file: ioerror: [errno 2] no such file or directory: '/home/hbarta/.local/share/googlecl/access_tok_crbmwweb' 

many thanks, hank

the fix create missing directory: mkdir ~/.local/share/googlecl

the official site google cl http://code.google.com/p/googlecl/ - , issue mention described , tracked here


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -