jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
406 stars 28 forks source link

crash when tried to close bug in upstream repo #75

Closed ignatenkobrain closed 10 years ago

ignatenkobrain commented 10 years ago
Error detected while processing function <SNR>16_setIssueState:
line    1:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 362, in setIssueData
  File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

I'm using enabled upstream issues and tried to close my bug in you repo.

jaxbot commented 10 years ago

Ah, I know what the problem is. I'll be busy over the next few days but hopefully I can get a fix pushed!

ignatenkobrain commented 10 years ago

Ah, I know what the problem is. I'll be busy over the next few days but hopefully I can get a fix pushed!

No problem. Probably I'll take a look tonight.

ignatenkobrain commented 10 years ago

yeah. there setIssuData which ignores upstream repo or soomething. i don't have time for fixing this. Hope you'll fix ;)

jaxbot commented 10 years ago

I will, I'm just away from my computer right now so I can't push any code On May 11, 2014 3:16 PM, "Igor Gnatenko" notifications@github.com wrote:

yeah. there setIssuData which ignores upstream repo or soomething. i don't have time for fixing this. Hope you'll fix ;)

— Reply to this email directly or view it on GitHubhttps://github.com/jaxbot/github-issues.vim/issues/75#issuecomment-42781753 .

jaxbot commented 10 years ago

Should work now, lmk