condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Issue using HTTPS #4

Closed nobleach closed 12 years ago

nobleach commented 12 years ago

I'm getting the following error: urllib2.URLError: <urlopen error unknown url type: https>

condemil commented 12 years ago

Do you have last version of plugin? Do you have internet connection when trying to add gist? I tried to reproduce this issue, but with no luck.

nobleach commented 12 years ago

Yep. I am connected. I have the latest version. Maybe there is some sort of SSL blockage going on....

condemil commented 12 years ago

Maybe your antivirus or firewall software block Sublime Text 2 connection to internet? What operating system do you have?

nobleach commented 12 years ago

I'm using Linux. It could be related to the difference in urllib

Sent from my iPhone

On Dec 29, 2011, at 10:04 AM, Dmitry Budaev reply@reply.github.com wrote:

Maybe your antivirus or firewall software block Sublime Text 2 connection to internet? What operating system do you have?


Reply to this email directly or view it on GitHub: https://github.com/condemil/Gist/issues/4#issuecomment-3302599

condemil commented 12 years ago

Python in Sublime Text 2 for Linux doesn't support ssl, so I use wget in linux now. You can update and try, I'm tested on Ubuntu 11.10 and now all seems good.

condemil commented 12 years ago

Now cURL is using for working with GitHub API in Linux.