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

fixed exception raised in alfred when using CTRL + C #84

Open
FabienArcellier opened this issue Feb 13, 2024 · 0 comments · May be fixed by #86
Open

fixed exception raised in alfred when using CTRL + C #84

FabienArcellier opened this issue Feb 13, 2024 · 0 comments · May be fixed by #86
Labels
bug Something isn't working
Milestone

Comments

@FabienArcellier
Copy link
Owner

Aborted!
Traceback (most recent call last):
  File "/home/fabien/.pyenv/versions/3.10.13/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/home/fabien/.pyenv/versions/3.10.13/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/home/fabien/.cache/pypoetry/virtualenvs/vangogh-tK4-d9JR-py3.10/lib/python3.10/site-packages/alfred/process.py", line 174, in _run_capture
    line = self.capture_stream.readline().decode('utf-8')
ValueError: PyMemoryView_FromBuffer(): info->buf must not be NULL
@FabienArcellier FabienArcellier added the bug Something isn't working label Feb 13, 2024
@FabienArcellier FabienArcellier added this to the 2.2.8 milestone Feb 13, 2024
@FabienArcellier FabienArcellier changed the title do not raised an exception in alfred when using CTRL + C fixed exception raised in alfred when using CTRL + C Feb 13, 2024
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

Successfully merging a pull request may close this issue.

1 participant