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

Bug in module source reading #12

Open
n0str opened this issue Jun 12, 2020 · 1 comment
Open

Bug in module source reading #12

n0str opened this issue Jun 12, 2020 · 1 comment

Comments

@n0str
Copy link
Member

n0str commented Jun 12, 2020

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/bot/bot/venv/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 417, in start
    resp = yield from self._request_handler(request)
  File "/home/bot/bot/venv/lib/python3.6/site-packages/aiohttp/web.py", line 289, in _handle
    resp = yield from handler(request)
  File "/home/bot/bot/applications/github/github/sdk/lib/server.py", line 31, in wrapper
    self.sdk.hawk.catch()
  File "/home/bot/bot/venv/lib/python3.6/site-packages/hawkcatcher/__init__.py", line 108, in catch
    self.handler(*sys.exc_info())
  File "/home/bot/bot/venv/lib/python3.6/site-packages/hawkcatcher/__init__.py", line 80, in handler
    callee['sourceCode'] = self.get_near_filelines(callee['file'], callee['line'])
  File "/home/bot/bot/venv/lib/python3.6/site-packages/hawkcatcher/__init__.py", line 120, in get_near_filelines
    with open(filepath, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/bot/bot/applications/github/github/multidict/_multidict.pyx'
@eznix86
Copy link

eznix86 commented Jul 12, 2022

no resolution for that ?

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

2 participants