Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 490 by
louis...@gmail.com: Invalid calenar time range (i.e. 10pm
to 4pm) raises uninformative exception
http://code.google.com/p/googlecl/issues/detail?id=490
What steps will reproduce the problem?
1. google calendar add "August 31st Storage 10pm to 4pm"
2. Produces stack trace
What is the expected output? What do you see instead?
Expected: A friendly validation message
Output:
$ google calendar add "August 31 10pm to 4pm
Storage"
(1) ~
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'
What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
0.9.13 / Fedora 16
Please provide any additional information below.
This is a really minor issue. Thought I'd just throw it out there because
the reference to "href" makes it seem like it might be a connection issue.
Thanks for the great software!