pombreda / gcalcli

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

Unable to use the --https commandline option #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ubuntu 10.10, Python 2.6.5
2. $ gcalcli --user XXXX --https list (or any command)

What is the expected output? What do you see instead?
The output should be the same as it would be without the --https option.
Actual Output:
Traceback (most recent call last):
  File "/usr/local/bin/gcalcli", line 1512, in <module>
    BowChickaWowWow()
  File "/usr/local/bin/gcalcli", line 1414, in BowChickaWowWow
    borderColor=borderColor)
  File "/usr/local/bin/gcalcli", line 366, 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?
gcalcli version 2.1 on ubuntu 10.10 with python 2.6.5

Please provide any additional information below.

tcpdump shows that without --https, the login still uses https before switching 
back to http. With the --https option it looks like the login completes before 
the error occurs.

Original issue reported on code.google.com by rich...@gmail.com on 1 Sep 2011 at 7:10

GoogleCodeExporter commented 9 years ago
The patch for this is in #74, in case people were unaware.

Original comment by daff...@carolingia.org on 29 Nov 2011 at 8:47

GoogleCodeExporter commented 9 years ago
Sorry ... http://code.google.com/p/gcalcli/issues/detail?id=74 is the direct 
link.

Original comment by daff...@carolingia.org on 29 Nov 2011 at 9:17

GoogleCodeExporter commented 9 years ago
gcalcli moved to github: https://github.com/insanum/gcalcli

On github gcalcli was modified to only support SSL.  Try the latest on the 
master branch.

Original comment by eda...@insanum.com on 15 May 2012 at 2:47