-
Notifications
You must be signed in to change notification settings - Fork 23
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
SIGPIPE unavailable on Windows10/11 : catch exception ? #17
Comments
Mo-way
added a commit
to Mo-way/network-audio-controller
that referenced
this issue
Sep 10, 2024
This should fix chris-ritsen#9 and chris-ritsen#17, which are duplicates of each other. There are cleaner solutions, mentioned on stackoverflow, but they are very verbose and hard to understand. See: https://stackoverflow.com/questions/14207708/
@rem5 Could you test the PR on your end please? |
I just tried this edit manually and it works for me. |
@muzicman82 If using the master branch, this should already be fixed: #23 |
I just did pip install netaudio. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
EDIT: not seen previous open issue related to it: #9
netaudio device list
gives me error on Windows 11:
site-packages\netaudio\console\application.py", line 1, in <module> from signal import signal, SIGPIPE, SIG_DFL ImportError: cannot import name 'SIGPIPE' from 'signal' (C:\Program Files\Python312\Lib\signal.py). Did you mean: 'SIGFPE'?
Seen there: https://stackoverflow.com/questions/58718659/cannot-import-name-sigpipe-from-signal-in-windows-10
Replacing this solved in https://github.com/chris-ritsen/network-audio-controller/blob/master/netaudio/console/application.py the problem for me:
But don't know if it's the best solution.
The text was updated successfully, but these errors were encountered: