bernigaud / googlecl

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

calendar today broken? #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
btw this is with gdata1.2 and python2.5

$ ./google.py calendar today
Please specify delimiter: x
Traceback (most recent call last):
  File "./google.py", line 310, in <module>
    main()
  File "./google.py", line 304, in main
    run_once(options, args)
  File "./google.py", line 226, in run_once
    task.run(client, options, args)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 200, in 
_run_list_today
    _run_list(client, options, args)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 186, in 
_run_list
    calendar=options.cal)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 157, in 
get_events
    return self.GetEntries(query.ToUri(), title,
  File "/var/lib/python-support/python2.5/gdata/service.py", line 1122, in 
ToUri
    return atom.service.BuildUri(q_feed, self)
  File "/var/lib/python-support/python2.5/atom/service.py", line 415, in 
BuildUri
    parameter_list = DictionaryToParamList(url_params, escape_params)
  File "/var/lib/python-support/python2.5/atom/service.py", line 383, in 
DictionaryToParamList
    for param, value in (url_parameters or {}).items()]
  File "/usr/lib/python2.5/urllib.py", line 1210, in quote_plus
    if ' ' in s:
TypeError: argument of type 'int' is not iterable

Original issue reported on code.google.com by jh...@google.com on 4 Jun 2010 at 7:00

GoogleCodeExporter commented 9 years ago
Another thing that got silently changed. My bad. Please verify that this works 
for you 
now.

Original comment by tom.h.mi...@gmail.com on 7 Jun 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by credenti...@gmail.com on 9 Jun 2010 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by tom.h.mi...@gmail.com on 9 Jun 2010 at 1:23