Error in Logfile

I m getting error in my LOG and can’t figure out the issue:

Mar 27 19:50:28 satnogs satnogs-client[526]: 2019-03-27 19:50:28,543 - apscheduler.executors.default - INFO - Job “post_data (trigger: interval[0:02:00], next run at: 2019-03-27 19:52:28 UTC)” executed successfully
Mar 27 19:50:30 satnogs satnogs-client[526]: 2019-03-27 19:50:30,004 - apscheduler.executors.default - INFO - Job “get_jobs (trigger: interval[0:01:00], next run at: 2019-03-27 19:51:28 UTC)” executed successfully
Mar 27 19:50:46 satnogs satnogs-client[526]: 10.66.78.136 - - [27/Mar/2019 19:50:46] “POST /socket.io/?EIO=3&transport=polling&t=Md0j7Lf&sid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HTTP/1.1” 500 -
Mar 27 19:50:46 satnogs satnogs-client[526]: Error on request:
Mar 27 19:50:46 satnogs satnogs-client[526]: Traceback (most recent call last):
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/werkzeug/serving.py”, line 302, in run_wsgi
Mar 27 19:50:46 satnogs satnogs-client[526]: execute(self.server.app)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/werkzeug/serving.py”, line 290, in execute
Mar 27 19:50:46 satnogs satnogs-client[526]: application_iter = app(environ, start_response)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/flask/app.py”, line 2309, in call
Mar 27 19:50:46 satnogs satnogs-client[526]: return self.wsgi_app(environ, start_response)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/flask_socketio/init.py”, line 44, in call
Mar 27 19:50:46 satnogs satnogs-client[526]: start_response)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/engineio/middleware.py”, line 59, in call
Mar 27 19:50:46 satnogs satnogs-client[526]: return self.engineio_app.handle_request(environ, start_response)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/socketio/server.py”, line 428, in handle_request
Mar 27 19:50:46 satnogs satnogs-client[526]: return self.eio.handle_request(environ, start_response)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/engineio/server.py”, line 356, in handle_request
Mar 27 19:50:46 satnogs satnogs-client[526]: socket = self._get_socket(sid)
Mar 27 19:50:46 satnogs satnogs-client[526]: File “/var/lib/satnogs/lib/python2.7/site-packages/engineio/server.py”, line 521, in _get_socket
Mar 27 19:50:46 satnogs satnogs-client[526]: raise KeyError(‘Session is disconnected’)
Mar 27 19:50:46 satnogs satnogs-client[526]: KeyError: ‘Session is disconnected’

I am missing a few observations when the station was without Internet connection… somehow related?

Thanks for any input

The errors has to do with the part of the user interface, so no related with the missing observations.

Both post_data and get_jobs seems to work fine, so you shouldn’t see any missing observations, except if your stations went offline before schedule them in network.

Let us know if you continue to have missing observations and if you see any other error in logs.

I am definitely missing observations but it might be related to my (miss)understanding of how the system works. I looked at it a little closer this morning and it seems that scheduled observations are getting ‘cancelled/deleted’ as soon as I take the station from 'NETWORK MODE: to ‘STANDALONE MODE’ through the satnogs-client web-page. Is that behavior as designed?