noahcoad / google-spell-check

Uses Google Search spelling magic to fix words or phrases for Sublime Text.
121 stars 18 forks source link

Fix for 'urllib2.URLError: <urlopen error unknown url type: https>' error #16

Closed mlk5060 closed 8 years ago

mlk5060 commented 10 years ago

Modifies line 22 in 'google-spell-check.py' to include a 'gws_rd' variable with the value 'ssl'. This appears to make the package play nicely, since Google appears to use SSL implicitly in some cases and this variable redirects your request to SSL even though the URL that the package uses is standard HTTP protocol.

asfaltboy commented 9 years ago

I think the PR belongs to the ST3 branch since the author does not seem to be using master branch only for README but no actual code.

noahcoad commented 8 years ago

thank you