-
Notifications
You must be signed in to change notification settings - Fork 479
Service for waterfall crashes all the time #106
Comments
Any idea what this can be? I see other sites running openwebrx apparently successfully but for us it cannot run more than an hour or so. |
Is this the only error? When a client disconnects, currently it is OK if it shows an exception like that. |
Yes this is the error we see on the console, but when the next client connects he gets only audio and no waterfall until the program is stopped and restarted. Is that OK? |
After another test with a client that just closes the browser I see this: [openwebrx-httpd:ws] exception: <class 'socket.error'> [Errno 32] Broken pipe
|
OK, then please send the full console output of OpenWebRX if you encounter this again. |
I installed OpenWebRx on a PC with SDRPlay RSP1 and I find that it works the first time
I try listening, but when the connection to the user is not so good the service for the waterfall
crashes with the messages shown below and when the next user connects there is no waterfall
anymore, but the receiver still sends audio and is tunable.
Then I need to stop and restart the program to get it working again, but never for very long.
Exception happened during processing of request from ('(ip address here)', 34756)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 657, in init
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 716, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
The text was updated successfully, but these errors were encountered: