Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in parser #16

Open
coagulant opened this issue Oct 29, 2013 · 0 comments
Open

Bugs in parser #16

coagulant opened this issue Oct 29, 2013 · 0 comments

Comments

@coagulant
Copy link
Member

pymorphy==0.5.6
pyquery==1.0
python-daemon==1.6
python-dateutil==1.5
python-openid==2.2.5
python-twitter==0.8.2
pytils==0.2.3
pytz==2012c
rdflib==3.1.0
redis==2.8.0
simplejson==2.5.2
six==1.2.0
sorl-thumbnail==11.12
sphinxit-fc==0.3.1
splinter==0.4
ssh==1.7.14
twitter-text-python==1.0
unittest2==0.5.1
wsgiref==0.1.2
django-fab-deploy==0.7.5
python-instagram-fc==0.8.0
django-jsonify==0.2.1
django-floppyforms==1.1
django-password-reset-fc>=0.6.2,<0.7
django-email-login-fc>=0.3.2,<0.4
requests>=1.0
django-constance==0.6

[2013-10-29 14:14:22,315: ERROR/MainProcess] Task core.tasks.get_repo_info[e07ebdfa-8776-46d4-a5c0-4be596c0e385] raised exception: KeyError('html_url',)
Traceback (most recent call last):
  File "/Users/prophet/Envs/djangodash2013/lib/python3.3/site-packages/celery/task/trace.py", line 233, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/Users/prophet/Envs/djangodash2013/lib/python3.3/site-packages/celery/task/trace.py", line 420, in __protected_call__
    return self.run(*args, **kwargs)
  File "/Users/prophet/projects/djangodash2013/gopython3/core/tasks.py", line 158, in get_repo_info
    repo_info = Github().get_repo(full_name)
  File "/Users/prophet/projects/djangodash2013/gopython3/api/github.py", line 70, in get_repo
    'html_url': repo['html_url'],
KeyError: 'html_url'
[2013-10-29 14:14:21,691: ERROR/MainProcess] Task core.tasks.get_issues[c89e5e9c-68e0-49d3-a771-afba705f8bd4] raised exception: KeyError('issues',)
Traceback (most recent call last):
  File "/Users/prophet/Envs/djangodash2013/lib/python3.3/site-packages/celery/task/trace.py", line 233, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/Users/prophet/Envs/djangodash2013/lib/python3.3/site-packages/celery/task/trace.py", line 420, in __protected_call__
    return self.run(*args, **kwargs)
  File "/Users/prophet/projects/djangodash2013/gopython3/core/tasks.py", line 185, in get_issues
    issues_info = Github().get_py3_issues(full_name)
  File "/Users/prophet/projects/djangodash2013/gopython3/api/github.py", line 80, in get_py3_issues
    return self._search_py3_issues(full_name)
  File "/Users/prophet/projects/djangodash2013/gopython3/api/github.py", line 96, in _search_py3_issues
    for issue in chain(open_issues['issues'], closed_issues['issues'])]
KeyError: 'issues'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant