Noob having issues with scheduling [SOLVED]

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

An observation just tried and I got this:

Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_init called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: dummy: _init called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_register (1)
Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_register (2)
Sep 19 19:44:12 raspberrypi satnogs-client[395]: dummy_rot_init called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_open called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: dummy_rot_open called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_get_position called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: dummy_rot_get_position called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: rot_set_position called
Sep 19 19:44:12 raspberrypi satnogs-client[395]: dummy_rot_set_position called: 169.04 24.96
Sep 19 19:44:23 raspberrypi satnogs-client[395]: Traceback (most recent call last):
Sep 19 19:44:23 raspberrypi satnogs-client[395]: File “/usr/bin/satnogs_cw_decoder.py”, line 489, in
Sep 19 19:44:23 raspberrypi satnogs-client[395]: main()
Sep 19 19:44:23 raspberrypi satnogs-client[395]: File “/usr/bin/satnogs_cw_decoder.py”, line 472, in main
Sep 19 19:44:23 raspberrypi satnogs-client[395]: tb = top_block_cls(antenna=options.antenna, bb_freq=options.bb_freq, bfo_freq=options.bfo_freq, bw=options.bw, dc_removal=options.dc_removal, decoded_data_file_path=options.decoded_data_file_path, dev_args=options.dev_args, doppler_correction_per_sec=options.doppler_correction_per_sec, enable_iq_dump=options.enable_iq_dump, file_path=options.file_path, gain=options.gain, gain_mode=options.gain_mode, iq_file_path=options.iq_file_path, lo_offset=options.lo_offset, other_settings=options.other_settings, ppm=options.ppm, rigctl_port=options.rigctl_port, rx_freq=options.rx_freq, samp_rate_rx=options.samp_rate_rx, soapy_rx_device=options.soapy_rx_device, stream_args=options.stream_args, tune_args=options.tune_args, udp_IP=options.udp_IP, udp_dump_host=options.udp_dump_host, udp_dump_port=options.udp_dump_port, udp_port=options.udp_port, waterfall_file_path=options.waterfall_file_path, wpm=options.wpm)
Sep 19 19:44:23 raspberrypi satnogs-client[395]: File “/usr/bin/satnogs_cw_decoder.py”, line 93, in init
Sep 19 19:44:23 raspberrypi satnogs-client[395]: tune_args, settings, samp_rate_rx, “fc32”)
Sep 19 19:44:23 raspberrypi satnogs-client[395]: File “/usr/lib/python3/dist-packages/soapy/soapy_swig.py”, line 166, in make
Sep 19 19:44:23 raspberrypi satnogs-client[395]: return _soapy_swig.source_make(nchan, device, dev_args, stream_args, tune_args, other_settings, sampling_rate, type)
Sep 19 19:44:23 raspberrypi satnogs-client[395]: RuntimeError: SoapySDR::Device::make() no match
Sep 19 19:44:27 raspberrypi satnogs-client[395]: satnogsclient.observer.observer - ERROR - No waterfall data file found

Those last 2 lines concern me…

I couldn’t figure it out so I did a fresh image on the SD card and all seems to be well.

-tz

1 Like