pombreda / gcalcli

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

Traceback when trying to use gcalcli #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run gcalcli list
2. observe traceback

Traceback (most recent call last):
  File "/home/emurphy/bin/gcal", line 619, in <module>
    DoooooItHippieMonster()
  File "/home/emurphy/bin/gcal", line 567, in DoooooItHippieMonster
    GoogleCalendar(usr, pwd, access, details).ListAllCalendars()
  File "/home/emurphy/bin/gcal", line 235, in __init__
    self.cals.entry.sort(self._CalendarAccessCmp)
  File "/home/emurphy/bin/gcal", line 210, in _CalendarAccessCmp
    return cmp(order[x.access_level.value], order[y.access_level.value])
KeyError: 'editor'

What version of the product are you using? On what operating system?

I'm using gcalcli from subversion, revision 23.
I'm using gdata-python-client from subversion, revision 202
I'm using python-dateutil from ubuntu gutsy, version 1.1-1
I'm using python from ubuntu gutsy, version 2.5.1-1ubuntu2

Please provide any additional information below.

Original issue reported on code.google.com by elliot.m...@gmail.com on 2 Oct 2007 at 1:42

GoogleCodeExporter commented 9 years ago
I believe this problem is because the 'editor' access level was missing.  This 
has
been added and you try the latest version from svn.

Original comment by insa...@gmail.com on 2 Oct 2007 at 5:26

GoogleCodeExporter commented 9 years ago
Thanks! It works great now.

Original comment by elliot.m...@gmail.com on 2 Oct 2007 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by insa...@gmail.com on 2 Oct 2007 at 6:59

GoogleCodeExporter commented 9 years ago

Original comment by insa...@gmail.com on 5 Oct 2007 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59