Team - I just installed the latest version of the client on a Raspberry Pi 3B. I was able to initially able to successfully schedule and retrieve some test observations. Then I installed the RPI in a weather proof box directly under my antenna. The RPI is connected via Ethernet. I am able to Traceroute from the RPI to network.satnogs.org port 443. My logs are below.
Thanks!
● satnogs-client.service - SatNOGS client
Loaded: loaded (/etc/systemd/system/satnogs-client.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-07-15 18:42:36 UTC; 2h 0min ago
Main PID: 325 (satnogs-client)
Tasks: 22 (limit: 2200)
Memory: 72.8M
CGroup: /system.slice/satnogs-client.service
└─325 /var/lib/satnogs/bin/python3 /var/lib/satnogs/bin/satnogs-client
Jul 15 20:27:52 satnogs satnogs-client[325]: return request(‘get’, url, params=params, **kwargs)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/requests/api.py”, line 60, in request
Jul 15 20:27:52 satnogs satnogs-client[325]: return session.request(method=method, url=url, **kwargs)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 533, in request
Jul 15 20:27:52 satnogs satnogs-client[325]: resp = self.send(prep, **send_kwargs)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 646, in send
Jul 15 20:27:52 satnogs satnogs-client[325]: r = adapter.send(request, **kwargs)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 516, in send
Jul 15 20:27:52 satnogs satnogs-client[325]: raise ConnectionError(e, request=request)
Jul 15 20:27:52 satnogs satnogs-client[325]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘network.satnogs.org’, port=443):
Max retries exceeded with url: /api/jobs/?ground_station=1380&lat=38.695&lon=-90.46&alt=174 (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at
0x72f3d730>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
~
Jul 15 20:27:52 satnogs satnogs-client[325]: apscheduler.executors.default - ERROR - Job “get_jobs (trigger: interval[0:01:00], next run at: 2020-07-15 20:28:42 UTC)”
Jul 15 20:27:52 satnogs satnogs-client[325]: Traceback (most recent call last):
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 159, in _new_conn
Jul 15 20:27:52 satnogs satnogs-client[325]: (self._dns_host, self.port), self.timeout, **extra_kw)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/util/connection.py”, line 57, in create_connection
Jul 15 20:27:52 satnogs satnogs-client[325]: for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddrinfo
Jul 15 20:27:52 satnogs satnogs-client[325]: for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
Jul 15 20:27:52 satnogs satnogs-client[325]: socket.gaierror: [Errno -3] Temporary failure in name resolution
Jul 15 20:27:52 satnogs satnogs-client[325]: During handling of the above exception, another exception occurred:
Jul 15 20:27:52 satnogs satnogs-client[325]: Traceback (most recent call last):
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 600, in urlopen
Jul 15 20:27:52 satnogs satnogs-client[325]: chunked=chunked)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 343, in _make_request
Jul 15 20:27:52 satnogs satnogs-client[325]: self._validate_conn(conn)
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 841, in _validate_conn
Jul 15 20:27:52 satnogs satnogs-client[325]: conn.connect()
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 301, in connect
Jul 15 20:27:52 satnogs satnogs-client[325]: conn = self._new_conn()
Jul 15 20:27:52 satnogs satnogs-client[325]: File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 168, in _new_conn
Jul 15 20:27:52 satnogs satnogs-client[325]: self, “Failed to establish a new connection: %s” % e)
Jul 15 20:27:52 satnogs satnogs-client[325]: urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x72f3d730>: Failed to estab