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

NVDARemoteServer crashes after seeming to be frozen. #42

Open
blindndangerous opened this issue May 23, 2022 · 1 comment
Open

NVDARemoteServer crashes after seeming to be frozen. #42

blindndangerous opened this issue May 23, 2022 · 1 comment

Comments

@blindndangerous
Copy link

Was trying to figure out why I kept seeing the server thread seems frozen message, and got this in my log when running nvdaremoteserver debug.
Mon May 23 10:30:29 2022
Traceback (most recent call last):
File "/usr/share/NVDARemoteServer/server.py", line 333, in run
r, w, e = select.select(self.client_sockets + [close_listener], self.client_sockets, self.client_sockets, 60)
ValueError: file descriptor cannot be a negative integer (-1)

@KevanGP
Copy link

KevanGP commented May 30, 2022

Do you have your key and certificate set?
When I installed the server without doing so, it crashed every couple minutes.

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

2 participants