bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

"Open Gist in editor" doesn't work on Linux #36

Closed ciembor closed 11 years ago

ciembor commented 11 years ago

"Github: Open Gist in editor" lists my gists, but after clicking any item it doesn't open it. Here is output from console:

Traceback (most recent call last):
  File "./sublime_github.py", line 152, in on_done
  File "./github.py", line 65, in get
  File "./github.py", line 86, in request
  File "./sublime_requests.py", line 69, in request
  File "./sublime_requests.py", line 42, in _build_response
  File ".\httplib.py", line 518, in read
  File ".\httplib.py", line 561, in _read_chunked
httplib.IncompleteRead: IncompleteRead(0 bytes read)
bgreenlee commented 11 years ago

What operating system? Also, could you open the console in Sublime Text (Ctrl-` or View -> Show Console) and tell me if there are any errors there when you select the item?

ciembor commented 11 years ago

I've updated console logs. The system is Arch Linux.

bgreenlee commented 11 years ago

Thanks. I need to set up a Linux VM to check it out, but I'll do that soon.

bgreenlee commented 11 years ago

Ok, fixed. Let me know if you have any other problems.

ciembor commented 11 years ago

Thanks, works perfect:).