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 #4

Open
runborg opened this issue May 27, 2024 · 0 comments
Open

broken pipe #4

runborg opened this issue May 27, 2024 · 0 comments

Comments

@runborg
Copy link
Contributor

runborg commented May 27, 2024

I've not debugged this to far, but some times the zino server sends a reset or something that results in a Broken pipe error in curitz.

This could also be because of a firewall in-between have reset the session because of inactivity.

  File "/home/runarb/.local/bin/curitz", line 8, in <module>
    sys.exit(main())
  File "/home/runarb/.local/lib/python3.10/site-packages/curitz/cli.py", line 1182, in main
    curses.wrapper(uiloop, config)
  File "/usr/lib/python3.10/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "/home/runarb/.local/lib/python3.10/site-packages/curitz/cli.py", line 404, in uiloop
    runner(screen, config)
  File "/home/runarb/.local/lib/python3.10/site-packages/curitz/cli.py", line 872, in runner
    doKeepalive()
  File "/home/runarb/.local/lib/python3.10/site-packages/curitz/cli.py", line 646, in doKeepalive
    session.case(0)
  File "/home/runarb/.local/lib/python3.10/site-packages/zinolib/ritz.py", line 534, in case
    return Case(self, id)
  File "/home/runarb/.local/lib/python3.10/site-packages/zinolib/ritz.py", line 210, in __init__
    self._attrs = self._zino.get_attributes(caseid)
  File "/home/runarb/.local/lib/python3.10/site-packages/zinolib/ritz.py", line 608, in get_attributes
    attrlist = self.get_raw_attributes(caseid)
  File "/home/runarb/.local/lib/python3.10/site-packages/zinolib/ritz.py", line 587, in get_raw_attributes
    response = self._request(cmd.encode("UTF-8"))
  File "/home/runarb/.local/lib/python3.10/site-packages/zinolib/ritz.py", line 392, in _request
    self._sock.send(command)
BrokenPipeError: [Errno 32] Broken pipe```
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

1 participant