bgreenlee / sublime-github

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

Open gist in editor not working in latest ST3 #47

Closed CMCDragonkai closed 11 years ago

CMCDragonkai commented 11 years ago

I get this in the console when I try it. Opening gists in browser works through!

This is on Windows 7.

2013-06-27 13:44:14,247 Root CA cert bundle not found at C:\Users\Roger\AppData\Roaming\Sublime Text 3\Packages\sublime-github\ca-bundle.crt! Not verifying requests.
2013-06-27 13:44:20,247 no mapping for 'php'
Traceback (most recent call last):
  File "C:\Users\Roger\AppData\Roaming\Sublime Text 3\Installed Packages\sublime-github.sublime-package\sublime_github.py", line 172, in on_done
TypeError: begin_edit() missing 1 required positional argument: 'cmd'
bgreenlee commented 11 years ago

Thanks for the report. Windows & ST3 is definitely still alpha quality. I'll take a look at it soon.

micalexander commented 11 years ago

I'm having the same problem as CMCDragonkai, however I'm on os x and i get this error instead.

Traceback (most recent call last):
  File "sublime_github in /Users/micalexander/Library/Application Support/Sublime Text 3/Installed Packages/sublime-github.sublime-package", line 159, in on_done
AttributeError: 'NoneType' object has no attribute 'new_file'
webcultist-snippets commented 11 years ago

I get this on latest ST3 & Mountain Lion:

2013-08-09 12:31:07,784 Root CA cert bundle not found at /Users/webcultist/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests.

bgreenlee commented 11 years ago

Sorry for the slow response. I've pushed a fix for this issue. Let me know if it works for you.

CMCDragonkai commented 11 years ago

Works!

bgreenlee commented 11 years ago

Great. Sorry again for the delay.