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

broken pipe #23

Closed
marcelo321 opened this issue Jul 6, 2022 · 1 comment
Closed

broken pipe #23

marcelo321 opened this issue Jul 6, 2022 · 1 comment
Labels
bug Something isn't working Priority: Low

Comments

@marcelo321
Copy link

I have been encountering this issue:

  File "/usr/local/bin/uro", line 10, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/uro/uro.py", line 151, in main
    print(host + path + dict_to_params(param))
BrokenPipeError: [Errno 32] Broken pipe
Traceback (most recent call last):
  File "/usr/local/bin/uro", line 10, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/uro/uro.py", line 161, in main
    print(host + path)
BrokenPipeError: [Errno 32] Broken pipe

Any idea why would it be?

@s0md3v s0md3v added bug Something isn't working Priority: Low labels Apr 4, 2023
@s0md3v
Copy link
Owner

s0md3v commented Nov 3, 2024

Apparently this isn't uro's fault, it happens when the program providing input via stdin/pipe exits abruptly or does something weird.

@s0md3v s0md3v closed this as completed Nov 3, 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 Priority: Low
Projects
None yet
Development

No branches or pull requests

2 participants