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

backtrace in crawler #96

Closed
flepied opened this issue Apr 17, 2020 · 1 comment
Closed

backtrace in crawler #96

flepied opened this issue Apr 17, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@flepied
Copy link
Collaborator

flepied commented Apr 17, 2020

2020-04-17 09:37:51,285 - monocle.github.pullrequest - kubernetes/.* - INFO - Running request {'org': 'kubernetes', 'repository': None, 'updated_since': '2000-01-01', 'after': 'after: "Y3Vyc29yOjc3NQ=="', 'created_before': '2020-02-19T17:43:30Z', 'total_prs_count': 117727, 'size': 25, 'scope': 'org:kubernetes'}
Exception in thread kubernetes/.*:
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.7/site-packages/monocle-0.1.0-py3.7.egg/monocle/crawler.py", line 79, in run
    self.run_step()
  File "/usr/local/lib/python3.7/site-packages/monocle-0.1.0-py3.7.egg/monocle/crawler.py", line 71, in run_step
    prs = self.prf.get(updated_since)
  File "/usr/local/lib/python3.7/site-packages/monocle-0.1.0-py3.7.egg/monocle/github/pullrequest.py", line 226, in get
    hnp = self._getPage(kwargs, prs)
  File "/usr/local/lib/python3.7/site-packages/monocle-0.1.0-py3.7.egg/monocle/github/pullrequest.py", line 198, in _getPage
    for pr in data['data']['search']['edges']:
KeyError: 'data'
@flepied flepied added the bug Something isn't working label Apr 17, 2020
@flepied flepied self-assigned this Apr 17, 2020
@flepied
Copy link
Collaborator Author

flepied commented Apr 20, 2020

@flepied flepied closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant