pombreda / gcalcli

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

Can't use "&" in quick description #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gcalcli quick '5PM pick up milk & bread'
2. <There is no Step 2>
3. ... 

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/usr/local/bin/gcalcli", line 1114, in ?
    DoooooItHippieMonster()
  File "/usr/local/bin/gcalcli", line 1025, in DoooooItHippieMonster
    borderColor=borderColor)
  File "/usr/local/bin/gcalcli", line 303, in __init__
    self.allCals = self.gcal.GetAllCalendarsFeed()
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/g
data/calendar/service.py",
line 77, in GetAllCalendarsFeed
    return gdata.calendar.CalendarListFeedFromString(str(self.Get(uri)))
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/g
data/service.py",
line 546, in Get
    encoding=encoding, converter=converter)
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/g
data/service.py",
line 556, in Get
    raise RequestError, {'status': server_response.status,
gdata.service.RequestError: {'status': 500, 'body': 'Service Error: Could
not generate feed.', 'reason': 'Internal Server Error'}

What version of the product are you using? On what operating system?
# $Id: gcalcli 61 2007-10-13 18:44:46Z insanum $

Please provide any additional information below.
When I make a quick entry without the "&" then it works fine.

Original issue reported on code.google.com by daz-goo...@zzzurn.com on 24 Mar 2008 at 4:48

GoogleCodeExporter commented 9 years ago
I'm unable to reproduce this.  Using '&' in the quick add event title works for 
me.  Whatever was occurring in your case it is specific to the gdata module.  
Maybe an older version had a bug that has since been fixed.

Original comment by eda...@insanum.com on 27 Jul 2011 at 7:29