Hey all, I’m working on a ground station using a pi, and I can’t seem to get the pi to receive jobs either from the network or the local server. The website says the station is in the testing phase, so I’m pretty sure it’s not offline/it’s properly connected to the internet. In the journal I see
[13/Jun/2018 15:42:21] "GET /socket.io/?EIO=3&transport=polling&t=MFwgqi6&sid=d55dc62fd6e242aa8911055af750781a HTTP/1.1" 200 -
Jun 13 15:42:21 raspberrypi satnogs-client[463]: Traceback (most recent call last):
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self.finish_request(request, client_address)
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self.RequestHandlerClass(request, client_address, self)
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self.finish()
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self.wfile.close()
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/socket.py", line 283, in close
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self.flush()
Jun 13 15:42:21 raspberrypi satnogs-client[463]: File "/usr/lib/python2.7/socket.py", line 307, in flush
Jun 13 15:42:21 raspberrypi satnogs-client[463]: self._sock.sendall(view[write_offset:write_offset+buffer_size])
Jun 13 15:42:21 raspberrypi satnogs-client[463]: error: [Errno 32] Broken pipe
I’ve tried upgrading socket and socket.io, but I can’t get it to work. The jobs.sql file just has a header and no jobs listed.
Any help is greatly appreciated. Thanks a bunch!