SatNOGS setup install errors

Help/advice needed on the following, please:
Just re-installed SatNOGS setup twice but still receiving same errors on checking installation.
I have tried to work through these but regretfully I’m lost as to the cause. Comments/advice much appreciated, please?
$ 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 Tue 2022-06-14 13:27:07 UTC; 8min ago
Main PID: 357 (satnogs-client)
Tasks: 13 (limit: 4915)
CGroup: /system.slice/satnogs-client.service
└─357 /var/lib/satnogs/bin/python3 /var/lib/satnogs/bin/satnogs-client

Jun 14 13:27:12 goldsat satnogs-client[357]: File “/var/lib/satnogs/lib/python3.7/site-packages/requests/adapters.py”, line 516, in send
Jun 14 13:27:12 goldsat satnogs-client[357]: raise ConnectionError(e, request=request)
Jun 14 13:27:12 goldsat satnogs-client[357]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘network.satnogs.org’, port=443): Max retries exceeded with url: /api/jobs/?ground_station=2122&lat=53.0625&lon=-2.7083&alt=140 (Caused by NewConnec
Jun 14 13:27:12 goldsat satnogs-client[357]: apscheduler.executors.default - ERROR - Job “get_jobs (trigger: interval[0:01:00], next run at: 2022-06-14 13:28:12 UTC)” raised an exception
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File “/var/lib/satnogs/lib/python3.7/site-packages/apscheduler/executors/base.py”, line 125, in run_job
Jun 14 13:27:12 goldsat satnogs-client[357]: retval = job.func(*job.args, **job.kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File “/var/lib/satnogs/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.py”, line 177, in get_jobs
Jun 14 13:27:12 goldsat satnogs-client[357]: response.raise_for_status()
Jun 14 13:27:12 goldsat satnogs-client[357]: UnboundLocalError: local variable ‘response’ referenced before assignment

cf.

Please generate and copy paste here the support report. You can generated from satnogs-setup menu in Advanced -> Support.

Also copy paste here the full error in logs by running journalctl -u satnogs-client.service.

Please also check the Troubleshooting wiki page.

2 Likes

Thanks @fredy
I’ve already checked Troubleshooting Wiki.
The support report is:
------------[ 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-1”,
“gnuradio”: “3.8.2.0-14satnogs2”,
“satnogs-config”: “0.12”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“date”: “2022-06-15T08:50:51.918563+00:00”,
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 10 (buster)”,
“RELEASE”: “10”,
“CODENAME”: “buster”,
“ID”: “Raspbian”
},
“pending-updates”: false,
“platform”: {
“system”: “Linux”,
“node”: “goldsat”,
“release”: “5.10.103-v7l+”,
“version”: “#1529 SMP Tue Mar 8 12:24:00 GMT 2022”,
“machine”: “armv7l”,
“processor”: “”
},
“memory”: {
“total”: 4025208832,
“available”: 3421323264,
“percent”: 15.0,
“used”: 455049216,
“free”: 3138826240,
“active”: 184315904,
“inactive”: 624525312,
“buffers”: 34951168,
“cached”: 396382208,
“shared”: 8822784,
“slab”: 52133888
},
“disk”: {
“total”: 31078248448,
“used”: 3376062464,
“free”: 26385055744,
“percent”: 11.3
}
},
“configuration”: {
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_dev_args”: “biastee=false”,
“satnogs_rf_gain”: “43.0”,
“satnogs_rx_samp_rate”: “10.0e6”,
“satnogs_soapy_rx_device”: “driver=airspy”,
“satnogs_station_elev”: “140”,
“satnogs_station_id”: “2122”,
“satnogs_station_lat”: “53.0625”,
“satnogs_station_lon”: “-2.7083”
}
}
------------[ copy end ]-------------
And the error logs copy is:
– Logs begin at Tue 2022-06-14 13:27:03 UTC, end at Wed 2022-06-15 08:54:31 UTC. –
Jun 14 13:27:07 goldsat systemd[1]: Started SatNOGS client.
Jun 14 13:27:12 goldsat satnogs-client[357]: satnogsclient.scheduler.tasks - ERROR - An error occurred tr
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: (self._dns_host, self.port), self.timeout, **extra_kw
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: for res in socket.getaddrinfo(host, port, family, socket
Jun 14 13:27:12 goldsat satnogs-client[357]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddri
Jun 14 13:27:12 goldsat satnogs-client[357]: for res in _socket.getaddrinfo(host, port, family, type,
Jun 14 13:27:12 goldsat satnogs-client[357]: socket.gaierror: [Errno -3] Temporary failure in name resolu
Jun 14 13:27:12 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: chunked=chunked,
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: self._validate_conn(conn)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: conn.connect()
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: conn = self._new_conn()
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: self, “Failed to establish a new connection: %s” % e
Jun 14 13:27:12 goldsat satnogs-client[357]: urllib3.exceptions.NewConnectionError: <urllib3.connection.H
Jun 14 13:27:12 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: timeout=timeout
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: method, url, error=e, _pool=self, _stacktrace=sys.exc_in
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 13:27:12 goldsat satnogs-client[357]: raise MaxRetryError(_pool, url, error or ResponseError(c
Jun 14 13:27:12 goldsat satnogs-client[357]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=’
Jun 14 13:27:12 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnogs
Jun 14 13:27:12 goldsat satnogs-client[357]: timeout=45)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: return request(‘get’, url, params=params, **kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: return session.request(method=method, url=url, **kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: resp = self.send(prep, **send_kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: r = adapter.send(request, **kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 13:27:12 goldsat satnogs-client[357]: raise ConnectionError(e, request=request)
Jun 14 13:27:12 goldsat satnogs-client[357]: requests.exceptions.ConnectionError: HTTPSConnectionPool(hos
Jun 14 13:27:12 goldsat satnogs-client[357]: apscheduler.executors.default - ERROR - Job "get_jobs (trigg
Jun 14 13:27:12 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/apsched
Jun 14 13:27:12 goldsat satnogs-client[357]: retval = job.func(*job.args, **job.kwargs)
Jun 14 13:27:12 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnogs
Jun 14 13:27:12 goldsat satnogs-client[357]: response.raise_for_status()
Jun 14 13:27:12 goldsat satnogs-client[357]: UnboundLocalError: local variable ‘response’ referenced befo
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_init called
Jun 14 14:20:48 goldsat satnogs-client[357]: dummy: _init called
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_register (1)
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_register (2)
Jun 14 14:20:48 goldsat satnogs-client[357]: dummy_rot_init called
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_open called
Jun 14 14:20:48 goldsat satnogs-client[357]: dummy_rot_open called
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_get_position called
Jun 14 14:20:48 goldsat satnogs-client[357]: dummy_rot_get_position called
Jun 14 14:20:48 goldsat satnogs-client[357]: rot_set_position called
Jun 14 14:20:48 goldsat satnogs-client[357]: dummy_rot_set_position called: 159.42 9.94
Jun 14 14:20:52 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 14:48:54 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 15:54:29 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 16:19:00 goldsat satnogs-client[357]: OsO[INFO] Using format CF32.
Jun 14 16:51:21 goldsat satnogs-client[357]: OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
Jun 14 17:07:56 goldsat satnogs-client[357]: OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
Jun 14 17:23:42 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 17:41:07 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 18:15:56 goldsat satnogs-client[357]: OOOOOOOOOOOOOOOOOOOOO[INFO] Using format CF32.
Jun 14 18:42:48 goldsat satnogs-client[357]: OOOOOOOOOOOOOOOOOOO[INFO] Using format CF32.
Jun 14 19:04:23 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 19:12:17 goldsat satnogs-client[357]: satnogsclient.scheduler.tasks - ERROR - An error occurred tr
Jun 14 19:12:17 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: (self._dns_host, self.port), self.timeout, **extra_kw
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: for res in socket.getaddrinfo(host, port, family, socket
Jun 14 19:12:17 goldsat satnogs-client[357]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddri
Jun 14 19:12:17 goldsat satnogs-client[357]: for res in _socket.getaddrinfo(host, port, family, type,
Jun 14 19:12:17 goldsat satnogs-client[357]: socket.gaierror: [Errno -3] Temporary failure in name resolu
Jun 14 19:12:17 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 19:12:17 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: chunked=chunked,
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: self._validate_conn(conn)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: conn.connect()
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: conn = self._new_conn()
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: self, “Failed to establish a new connection: %s” % e
Jun 14 19:12:17 goldsat satnogs-client[357]: urllib3.exceptions.NewConnectionError: <urllib3.connection.H
Jun 14 19:12:17 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 19:12:17 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: timeout=timeout
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: method, url, error=e, _pool=self, _stacktrace=sys.exc_in
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3
Jun 14 19:12:17 goldsat satnogs-client[357]: raise MaxRetryError(_pool, url, error or ResponseError(c
Jun 14 19:12:17 goldsat satnogs-client[357]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=’
Jun 14 19:12:17 goldsat satnogs-client[357]: During handling of the above exception, another exception oc
Jun 14 19:12:17 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnogs
Jun 14 19:12:17 goldsat satnogs-client[357]: timeout=45)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: return request(‘get’, url, params=params, **kwargs)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: return session.request(method=method, url=url, **kwargs)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: resp = self.send(prep, **send_kwargs)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: r = adapter.send(request, **kwargs)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/request
Jun 14 19:12:17 goldsat satnogs-client[357]: raise ConnectionError(e, request=request)
Jun 14 19:12:17 goldsat satnogs-client[357]: requests.exceptions.ConnectionError: HTTPSConnectionPool(hos
Jun 14 19:12:17 goldsat satnogs-client[357]: apscheduler.executors.default - ERROR - Job "get_jobs (trigg
Jun 14 19:12:17 goldsat satnogs-client[357]: Traceback (most recent call last):
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/apsched
Jun 14 19:12:17 goldsat satnogs-client[357]: retval = job.func(*job.args, **job.kwargs)
Jun 14 19:12:17 goldsat satnogs-client[357]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnogs
Jun 14 19:12:17 goldsat satnogs-client[357]: response.raise_for_status()
Jun 14 19:12:17 goldsat satnogs-client[357]: UnboundLocalError: local variable ‘response’ referenced befo
Jun 14 19:20:22 goldsat satnogs-client[357]: [INFO] Using format CF32.
Jun 14 21:53:15 goldsat systemd[1]: Stopping SatNOGS client…
Jun 14 21:53:15 goldsat satnogs-client[357]: OOOOOOOOOOOOOOOOOOOOO
Jun 14 21:53:15 goldsat systemd[1]: satnogs-client.service: Main process exited, code=killed, status=15/T
Jun 14 21:53:15 goldsat systemd[1]: satnogs-client.service: Succeeded.
Jun 14 21:53:15 goldsat systemd[1]: Stopped SatNOGS client.
Jun 14 21:53:15 goldsat systemd[1]: Started SatNOGS client.
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_init called
Jun 14 22:09:12 goldsat satnogs-client[1712]: dummy: _init called
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_register (1)
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_register (2)
Jun 14 22:09:12 goldsat satnogs-client[1712]: dummy_rot_init called
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_open called
Jun 14 22:09:12 goldsat satnogs-client[1712]: dummy_rot_open called
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_get_position called
Jun 14 22:09:12 goldsat satnogs-client[1712]: dummy_rot_get_position called
Jun 14 22:09:12 goldsat satnogs-client[1712]: rot_set_position called
Jun 14 22:09:12 goldsat satnogs-client[1712]: dummy_rot_set_position called: 158.22 10.00
Jun 14 22:09:14 goldsat satnogs-client[1712]: [INFO] Using format CF32.
Jun 14 22:26:39 goldsat satnogs-client[1712]: OOsOsO[INFO] Using format CF32.
Jun 14 22:43:35 goldsat satnogs-client[1712]: OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
Jun 14 22:55:01 goldsat satnogs-client[1712]: [INFO] Using format CF32.
Jun 14 23:35:05 goldsat satnogs-client[1712]: [INFO] Using format CF32.
Jun 15 06:26:17 goldsat satnogs-client[1712]: [INFO] Using format CF32.
Jun 15 07:13:18 goldsat satnogs-client[1712]: OOsatnogsclient.scheduler.tasks - ERROR - An error occurred
Jun 15 07:13:18 goldsat satnogs-client[1712]: Traceback (most recent call last):
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: (self._dns_host, self.port), self.timeout, **extra_kw
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: for res in socket.getaddrinfo(host, port, family, socke
Jun 15 07:13:18 goldsat satnogs-client[1712]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddr
Jun 15 07:13:18 goldsat satnogs-client[1712]: for res in _socket.getaddrinfo(host, port, family, type
Jun 15 07:13:18 goldsat satnogs-client[1712]: socket.gaierror: [Errno -3] Temporary failure in name resol
Jun 15 07:13:18 goldsat satnogs-client[1712]: During handling of the above exception, another exception o
Jun 15 07:13:18 goldsat satnogs-client[1712]: Traceback (most recent call last):
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: chunked=chunked,
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: self._validate_conn(conn)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: conn.connect()
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: conn = self._new_conn()
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: self, “Failed to establish a new connection: %s” % e
Jun 15 07:13:18 goldsat satnogs-client[1712]: urllib3.exceptions.NewConnectionError: <urllib3.connection.
Jun 15 07:13:18 goldsat satnogs-client[1712]: During handling of the above exception, another exception o
Jun 15 07:13:18 goldsat satnogs-client[1712]: Traceback (most recent call last):
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: timeout=timeout
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: method, url, error=e, _pool=self, _stacktrace=sys.exc_i
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/urllib
Jun 15 07:13:18 goldsat satnogs-client[1712]: raise MaxRetryError(_pool, url, error or ResponseError(
Jun 15 07:13:18 goldsat satnogs-client[1712]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=
Jun 15 07:13:18 goldsat satnogs-client[1712]: During handling of the above exception, another exception o
Jun 15 07:13:18 goldsat satnogs-client[1712]: Traceback (most recent call last):
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnog
Jun 15 07:13:18 goldsat satnogs-client[1712]: timeout=45)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: return request(‘get’, url, params=params, **kwargs)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: return session.request(method=method, url=url, **kwargs
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: resp = self.send(prep, **send_kwargs)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: r = adapter.send(request, **kwargs)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/reques
Jun 15 07:13:18 goldsat satnogs-client[1712]: raise ConnectionError(e, request=request)
Jun 15 07:13:18 goldsat satnogs-client[1712]: requests.exceptions.ConnectionError: HTTPSConnectionPool(ho
Jun 15 07:13:18 goldsat satnogs-client[1712]: apscheduler.executors.default - ERROR - Job "get_jobs (trig
Jun 15 07:13:18 goldsat satnogs-client[1712]: Traceback (most recent call last):
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/apsche
Jun 15 07:13:18 goldsat satnogs-client[1712]: retval = job.func(*job.args, **job.kwargs)
Jun 15 07:13:18 goldsat satnogs-client[1712]: File "/var/lib/satnogs/lib/python3.7/site-packages/satnog
Jun 15 07:13:18 goldsat satnogs-client[1712]: response.raise_for_status()
Jun 15 07:13:18 goldsat satnogs-client[1712]: UnboundLocalError: local variable ‘response’ referenced bef
Jun 15 07:36:11 goldsat satnogs-client[1712]: [INFO] Using format CF32.
Jun 15 08:04:00 goldsat satnogs-client[1712]: OOOOOOOOOOOOOOOOOOOOO[INFO] Using format CF32.
lines 182-209/209 (END)
Thanks.

The OOO in your logs shows that there is overflow. This happens when the cpu can not process all the samples. This could be a result of:

  1. The temperature of CPU/RPi is too high so the software/firmware drops the frequency of CPU ending up with less CPU power
  2. The power supply doesn’t provide enough power and again the software/firmware drops the frequency of CPU ending up with less CPU power
  3. Sample rate is set to a value that CPU can not handle
1 Like

Hi @jebba - thanks for the note on Ansible Update Problem.
Power supply uprated and sample rate reduced, suggested by @fredy - producing this log of errors:

$ sudo journalctl -f -u satnogs-client.service

– Logs begin at Wed 2022-06-15 17:48:42 UTC. –

Jun 15 17:51:07 goldsat satnogs-client[367]: rot_set_position called

Jun 15 17:51:07 goldsat satnogs-client[367]: dummy_rot_set_position called: 126.41 9.97

Jun 15 17:51:11 goldsat satnogs-client[367]: [INFO] Using format CF32.

Jun 15 18:17:39 goldsat satnogs-client[367]: OOOOOOOOOOOOOOOOOOOOO[INFO] Using format CF32.

Jun 15 18:20:51 goldsat systemd[1]: Stopping SatNOGS client…

Jun 15 18:20:51 goldsat systemd[1]: satnogs-client.service: Main process exited, code=killed, status=15/TERM

Jun 15 18:20:51 goldsat systemd[1]: satnogs-client.service: Succeeded.

Jun 15 18:20:51 goldsat systemd[1]: Stopped SatNOGS client.

Jun 15 18:20:51 goldsat systemd[1]: Started SatNOGS client.

Jun 15 18:20:51 goldsat satnogs-client[367]: OOOOOOOOOO

Try this for your sample rate:

SATNOGS_RX_SAMP_RATE="3e6"

Ref @PE0SAT in your other thread here:

1 Like

Now set as 2.5e6 as its an Airspy R2. So either this or 10e6.