Have renewed my station setup with RPi4 and installed 2022-04-05-PE0SAT_Raspian-SatNOGS-lite image, configured the RPi4 and the SatNOGS client setup but, having investigated the cause of errors without success, I can see no obvious reason for errors. So I’ve copied below the various log outputs and ask if someone can please help me resolve the problem?
Generating support report. Please wait…
------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.6”,
“satnogs-client-ansible”: “202205101826”,
“satnogs-flowgraphs”: “1.4-1”,
“gr-satnogs”: “2.3.1.1-1”,
“gr-soapy”: “2.1.3-1”,
“gnuradio”: “3.8.2.0-2”,
“satnogs-config”: “0.12”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“date”: “2022-07-16T16:47:10.195873+00:00”,
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 10 (buster)”,
“RELEASE”: “10”,
“CODENAME”: “buster”,
“ID”: “Raspbian”
},
“pending-updates”: true,
“platform”: {
“system”: “Linux”,
“node”: “SatGOLD”,
“release”: “5.10.103-v7l+”,
“version”: “#1529 SMP Tue Mar 8 12:24:00 GMT 2022”,
“machine”: “armv7l”,
“processor”: “”
},
“memory”: {
“total”: 3838124032,
“available”: 3585740800,
“percent”: 6.6,
“used”: 118259712,
“free”: 3524214784,
“active”: 102072320,
“inactive”: 153120768,
“buffers”: 21389312,
“cached”: 174260224,
“shared”: 8851456,
“slab”: 29982720
},
“disk”: {
“total”: 31078248448,
“used”: 3649937408,
“free”: 26111180800,
“percent”: 12.3
}
},
“configuration”: {
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_lo_offset”: “100e3”,
“satnogs_rf_gain”: “40”,
“satnogs_rx_samp_rate”: “2.5e6”,
“satnogs_soapy_rx_device”: “driver=airspy”,
“satnogs_station_elev”: “138”,
“satnogs_station_id”: “2122”,
“satnogs_station_lat”: “53.0666”,
“satnogs_station_lon”: “-2.7429”
}
}
------------[ copy end ]-------------
*********:~ $ journalctl -f -u satnogs-client.service
– Logs begin at Sat 2022-07-16 16:36:32 UTC. –
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File “/var/lib/satnogs/lib/python3.7/site-packages/requests/adapters.py”, line 516, in send
Jul 16 16:36:40 SatGOLD satnogs-client[437]: raise ConnectionError(e, request=request)
Jul 16 16:36:40 SatGOLD satnogs-client[437]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘network.satnogs.org’, port=443): Max retries exceeded with url: /api/jobs/?ground_station=2122&lat=53.0666&lon=-2.7429&alt=138 (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0xb21ca310>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
Jul 16 16:36:40 SatGOLD satnogs-client[437]: apscheduler.executors.default - ERROR - Job “get_jobs (trigger: interval[0:01:00], next run at: 2022-07-16 16:37:40 UTC)” raised an exception
Jul 16 16:36:40 SatGOLD satnogs-client[437]: Traceback (most recent call last):
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File “/var/lib/satnogs/lib/python3.7/site-packages/apscheduler/executors/base.py”, line 125, in run_job
Jul 16 16:36:40 SatGOLD satnogs-client[437]: retval = job.func(*job.args, **job.kwargs)
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File “/var/lib/satnogs/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.py”, line 177, in get_jobs
Jul 16 16:36:40 SatGOLD satnogs-client[437]: response.raise_for_status()
Jul 16 16:36:40 SatGOLD satnogs-client[437]: UnboundLocalError: local variable ‘response’ referenced before assignment
------------- [Copy End]---------------
*********:~ $ systemctl status satnogs-client
● satnogs-client.service - SatNOGS client
Loaded: loaded (/etc/systemd/system/satnogs-client.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2022-07-16 16:36:36 UTC; 39min ago
Main PID: 437 (satnogs-client)
Tasks: 22 (limit: 4915)
CGroup: /system.slice/satnogs-client.service
└─437 /var/lib/satnogs/bin/python3 /var/lib/satnogs/bin/satnogs-client
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File "/var/lib/satnogs/lib/python3.7/site-packages/re
Jul 16 16:36:40 SatGOLD satnogs-client[437]: raise ConnectionError(e, request=request)
Jul 16 16:36:40 SatGOLD satnogs-client[437]: requests.exceptions.ConnectionError: HTTPSConnectionPoo
Jul 16 16:36:40 SatGOLD satnogs-client[437]: apscheduler.executors.default - ERROR - Job "get_jobs (
Jul 16 16:36:40 SatGOLD satnogs-client[437]: Traceback (most recent call last):
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File "/var/lib/satnogs/lib/python3.7/site-packages/ap
Jul 16 16:36:40 SatGOLD satnogs-client[437]: retval = job.func(*job.args, **job.kwargs)
Jul 16 16:36:40 SatGOLD satnogs-client[437]: File "/var/lib/satnogs/lib/python3.7/site-packages/sa
Jul 16 16:36:40 SatGOLD satnogs-client[437]: response.raise_for_status()
Jul 16 16:36:40 SatGOLD satnogs-client[437]: UnboundLocalError: local variable ‘response’ referenced
Many thanks in advance.