My scheduled observations are not working, no waterfall or audio.
When I run the journalctl command my output is this:
pi@raspberrypi:~ $ journalctl -f -u satnogs-client.service
– Logs begin at Sun 2021-09-19 18:07:57 UTC. –
Sep 19 18:08:05 raspberrypi satnogs-client[380]: File “/var/lib/satnogs/lib/python3.7/site-packages/requests/adapters.py”, line 516, in send
Sep 19 18:08:05 raspberrypi satnogs-client[380]: raise ConnectionError(e, request=request)
Sep 19 18:08:05 raspberrypi satnogs-client[380]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘network.satnogs.org’, port=443): Max retries exceeded with url: /api/jobs/?ground_station=2386&lat=27.943&lon=-80.668&alt=7 (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0xb2444290>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
Sep 19 18:08:05 raspberrypi satnogs-client[380]: apscheduler.executors.default - ERROR - Job “get_jobs (trigger: interval[0:01:00], next run at: 2021-09-19 18:09:04 UTC)” raised an exception
Sep 19 18:08:05 raspberrypi satnogs-client[380]: Traceback (most recent call last):
Sep 19 18:08:05 raspberrypi satnogs-client[380]: File “/var/lib/satnogs/lib/python3.7/site-packages/apscheduler/executors/base.py”, line 125, in run_job
Sep 19 18:08:05 raspberrypi satnogs-client[380]: retval = job.func(*job.args, **job.kwargs)
Sep 19 18:08:05 raspberrypi satnogs-client[380]: File “/var/lib/satnogs/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.py”, line 177, in get_jobs
Sep 19 18:08:05 raspberrypi satnogs-client[380]: response.raise_for_status()
Sep 19 18:08:05 raspberrypi satnogs-client[380]: UnboundLocalError: local variable ‘response’ referenced before assignment
I don’t know what this means.
Please Help!
-timbo