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

remote client exits immediately with EOFError on input #43

Open
o-smirnov opened this issue Jul 7, 2022 · 0 comments
Open

remote client exits immediately with EOFError on input #43

o-smirnov opened this issue Jul 7, 2022 · 0 comments
Assignees

Comments

@o-smirnov
Copy link
Contributor

On hall, this input() call: https://github.com/ratt-ru/radiopadre-client/blob/master/radiopadre_client/backends/venv.py#L221

...throws an EOFError even though the connection is still open. Find a more robust way to check for closed ssh connection. SIGHUP or some such?

If I just print the exception and continue, I have this:

radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall stderr: [W 12:52:32.990 NotebookApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: Type 'exit' to kill the session: radiopadre.client: EOF error: EOF when reading a line
radiopadre.client: hall: [2022-07-07 12:52:32.990] [info] Session 1 [127.0.0.1] Connected. Num sessions: 1
radiopadre.client: hall stderr: [W 12:52:32.993 NotebookApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
radiopadre.client: hall stderr: [W 12:52:33.066 NotebookApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  ```
@o-smirnov o-smirnov self-assigned this Jul 7, 2022
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