pombreda / gcalcli

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

AttributeError: 'NoneType' object has no attribute 'group' #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run for instance gcalcli calm

What is the expected output? What do you see instead?
Expected a nice calendar :) Got the following error (which occurs on any use of 
gcalcli)

Traceback (most recent call last):
  File "gcalcli", line 1114, in <module>
    DoooooItHippieMonster()
  File "gcalcli", line 1025, in DoooooItHippieMonster
    borderColor=borderColor)
  File "gcalcli", line 321, in __init__
    cal.gcalcli_username    = urllib.unquote(match.group(1))
AttributeError: 'NoneType' object has no attribute 'group'

What version of the product are you using? On what operating system?
Latest (1.4)

Please provide any additional information below.

Original issue reported on code.google.com by stefanaf...@gmail.com on 22 Aug 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Never mind, error had already been reported. Sorry :-|

Original comment by stefanaf...@gmail.com on 22 Aug 2010 at 1:48

GoogleCodeExporter commented 9 years ago
Yeap, duplicate.  This has been fixed.

Original comment by eda...@insanum.com on 24 Jul 2011 at 7:10

GoogleCodeExporter commented 9 years ago

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