calopter / googlecl

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

Traceback AttributeError: 'NoneType' object has no attribute 'href' #543

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When calling

/usr/bin/google calendar add --reminder=10m "--date=2013-09-19 @ 14:00" 
--cal=org Test

I get:

Traceback (most recent call last):
  File "/usr/bin/google", line 849, in <module>
    main()
  File "/usr/bin/google", line 835, in main
    run_once(options, args)
  File "/usr/bin/google", line 633, in run_once
    raise run_error
AttributeError: 'NoneType' object has no attribute 'href'

I use version 0.9.13

Original issue reported on code.google.com by torsten....@gmail.com on 16 Sep 2013 at 7:44

GoogleCodeExporter commented 8 years ago
Hi
has anyone got this sorted yet, only started April 2014 was working fine until 
thgen

command used (I setup again on centos 6.5 with latest stuff)
google calendar add "this is a test" --cal "DVS Helpdesk"

errrors

Traceback (most recent call last):
  File "/usr/bin/google", line 5, in <module>
    pkg_resources.run_script('googlecl==0.9.14', 'google')
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/lib/python2.6/site-packages/googlecl-0.9.14-py2.6.egg/EGG-INFO/scripts/google", line 991, in <module>
    main()
  File "/usr/lib/python2.6/site-packages/googlecl-0.9.14-py2.6.egg/EGG-INFO/scripts/google", line 977, in main
    run_once(options, args)
  File "/usr/lib/python2.6/site-packages/googlecl-0.9.14-py2.6.egg/EGG-INFO/scripts/google", line 769, in run_once
    raise run_error
AttributeError: 'NoneType' object has no attribute 'href'

Original comment by i...@qad.com on 5 Apr 2014 at 1:13

GoogleCodeExporter commented 8 years ago
Mmmm
it seems to be the fact that the calendar with --cal is not a local calendar 
but a shared calendar to that user

has googled changed the way it works with shared calendars and taken away the 
ability to update a shared calendar to view only ??

Original comment by i...@qad.com on 5 Apr 2014 at 2:08