Unable to operate observation from my station (2412)

Hello,
To begin, let me inform you that I acquired my own ground station which has ID 2412! However, every observation I make (to check the operation and performance of the station) fails.
For information, I use the Raspberry Pi 4 Model B 4GB together with PlutoSDR. My station data (as generated by satnogs-setup → Advanced → Support is:

{
    "versions": {
        "satnogs-client": "1.6",
        "satnogs-client-ansible": "202109022142",
        "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": "2021-10-12T17:34:43.881091+00:00",
        "distribution": {
            "DESCRIPTION": "Raspbian GNU/Linux 10 (buster)",
            "RELEASE": "10",
            "CODENAME": "buster",
            "ID": "Raspbian"
        },
        "pending-updates": false,
        "platform": {
            "system": "Linux",
            "node": "raspberrypi",
            "release": "5.10.63-v7l+",
            "version": "#1457 SMP Tue Sep 28 11:26:14 BST 2021",
            "machine": "armv7l",
            "processor": ""
        },
        "memory": {
            "total": 4025200640,
            "available": 3769958400,
            "percent": 6.3,
            "used": 116469760,
            "free": 3651829760,
            "active": 162963456,
            "inactive": 153845760,
            "buffers": 23044096,
            "cached": 233857024,
            "shared": 8863744,
            "slab": 30818304
        },
        "disk": {
            "total": 15345393664,
            "used": 3918458880,
            "free": 10749128704,
            "percent": 26.7
        }
    },
    "configuration": {
        "satnogs_antenna": "\"A_BALANCED\"",
        "satnogs_api_token": "[redacted]",
        "satnogs_rf_gain": "50",
        "satnogs_rx_samp_rate": "\"2e6\"",
        "satnogs_soapy_rx_device": "\"driver=plutosdr\"",
        "satnogs_station_elev": "27",
        "satnogs_station_id": "2412",
        "satnogs_station_lat": "35.336",
        "satnogs_station_lon": "25.129"
    }
}

And the log contains:

-- Logs begin at Tue 2021-10-12 17:09:28 BST, end at Tue 2021-10-12 18:35:10 BST. --
Oct 12 17:09:32 raspberrypi systemd[1]: Started SatNOGS client.
Oct 12 17:09:36 raspberrypi satnogs-client[381]: satnogsclient.scheduler.tasks - ERROR - An error occurred trying to GET observation
Oct 12 17:09:36 raspberrypi satnogs-client[381]: Traceback (most recent call last):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connection.py", line 1
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     (self._dns_host, self.port), self.timeout, **extra_kw
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/util/connection.py", l
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
Oct 12 17:09:36 raspberrypi satnogs-client[381]: socket.gaierror: [Errno -3] Temporary failure in name resolution
Oct 12 17:09:36 raspberrypi satnogs-client[381]: During handling of the above exception, another exception occurred:
Oct 12 17:09:36 raspberrypi satnogs-client[381]: Traceback (most recent call last):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connectionpool.py", li
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     chunked=chunked,
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connectionpool.py", li
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     self._validate_conn(conn)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connectionpool.py", li
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     conn.connect()
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connection.py", line 3
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     conn = self._new_conn()
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connection.py", line 1
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     self, "Failed to establish a new connection: %s" % e
Oct 12 17:09:36 raspberrypi satnogs-client[381]: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object a
Oct 12 17:09:36 raspberrypi satnogs-client[381]: During handling of the above exception, another exception occurred:
Oct 12 17:09:36 raspberrypi satnogs-client[381]: Traceback (most recent call last):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/adapters.py", line 44
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     timeout=timeout
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/connectionpool.py", li
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/urllib3/util/retry.py", line 4
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     raise MaxRetryError(_pool, url, error or ResponseError(cause))
Oct 12 17:09:36 raspberrypi satnogs-client[381]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='network.satnogs.org', p
Oct 12 17:09:36 raspberrypi satnogs-client[381]: During handling of the above exception, another exception occurred:
Oct 12 17:09:36 raspberrypi satnogs-client[381]: Traceback (most recent call last):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     timeout=45)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/api.py", line 76, in 
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     return request('get', url, params=params, **kwargs)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/api.py", line 61, in 
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     return session.request(method=method, url=url, **kwargs)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/sessions.py", line 53
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     resp = self.send(prep, **send_kwargs)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/sessions.py", line 64
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     r = adapter.send(request, **kwargs)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/requests/adapters.py", line 51
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     raise ConnectionError(e, request=request)
Oct 12 17:09:36 raspberrypi satnogs-client[381]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='network.satnogs.org'
Oct 12 17:09:36 raspberrypi satnogs-client[381]: apscheduler.executors.default - ERROR - Job "get_jobs (trigger: interval[0:01:00], 
Oct 12 17:09:36 raspberrypi satnogs-client[381]: Traceback (most recent call last):
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/apscheduler/executors/base.py"
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     retval = job.func(*job.args, **job.kwargs)
Oct 12 17:09:36 raspberrypi satnogs-client[381]:   File "/var/lib/satnogs/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.
Oct 12 17:09:36 raspberrypi satnogs-client[381]:     response.raise_for_status()
Oct 12 17:09:36 raspberrypi satnogs-client[381]: UnboundLocalError: local variable 'response' referenced before assignment
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_init called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: dummy: _init called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_register (1)
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_register (2)
Oct 12 17:25:20 raspberrypi satnogs-client[381]: dummy_rot_init called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_open called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: dummy_rot_open called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_get_position called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: dummy_rot_get_position called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: rot_set_position called
Oct 12 17:25:20 raspberrypi satnogs-client[381]: dummy_rot_set_position called: 126.69 9.94
Oct 12 17:25:23 raspberrypi satnogs-client[381]: usage: satnogs_noaa_apt_decoder.py [-h] [--antenna ANTENNA]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--bb-freq BB_FREQ] [--bw BW]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--dc-removal DC_REMOVAL]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--decoded-data-file-path DECODED_DATA_FILE_PATH
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--dev-args DEV_ARGS]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--doppler-correction-per-sec DOPPLER_CORRECTION
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--enable-iq-dump ENABLE_IQ_DUMP]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--file-path FILE_PATH]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--flip-images FLIP_IMAGES] [--gain GAIN]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--gain-mode GAIN_MODE]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--iq-file-path IQ_FILE_PATH]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--lo-offset LO_OFFSET]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--other-settings OTHER_SETTINGS]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--ppm PPM] [--rigctl-port RIGCTL_PORT]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--rx-freq RX_FREQ]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--samp-rate-rx SAMP_RATE_RX]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--soapy-rx-device SOAPY_RX_DEVICE]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--stream-args STREAM_ARGS] [--sync SYNC]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--tune-args TUNE_ARGS] [--udp-IP UDP_IP]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--udp-dump-host UDP_DUMP_HOST]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--udp-dump-port UDP_DUMP_PORT]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--udp-port UDP_PORT]
Oct 12 17:25:23 raspberrypi satnogs-client[381]:                                    [--waterfall-file-path WATERFALL_FILE_PATH]
Oct 12 17:25:23 raspberrypi satnogs-client[381]: satnogs_noaa_apt_decoder.py: error: argument --samp-rate-rx: Invalid engineering no
Oct 12 17:25:26 raspberrypi satnogs-client[381]: satnogsclient.observer.observer - ERROR - No waterfall data file found
Oct 12 17:44:03 raspberrypi satnogs-client[381]: usage: satnogs_fsk.py [-h] [--antenna ANTENNA] [--baudrate BAUDRATE]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--bb-freq BB_FREQ] [--bw BW] [--dc-removal DC_REMOVAL]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--decoded-data-file-path DECODED_DATA_FILE_PATH]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--dev-args DEV_ARGS]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--doppler-correction-per-sec DOPPLER_CORRECTION_PER_SEC]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--enable-iq-dump ENABLE_IQ_DUMP]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--file-path FILE_PATH] [--framing FRAMING]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--gain GAIN] [--gain-mode GAIN_MODE]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--iq-file-path IQ_FILE_PATH] [--lo-offset LO_OFFSET]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--other-settings OTHER_SETTINGS] [--ppm PPM]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--rigctl-port RIGCTL_PORT] [--rx-freq RX_FREQ]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--samp-rate-rx SAMP_RATE_RX]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--soapy-rx-device SOAPY_RX_DEVICE]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--stream-args STREAM_ARGS] [--tune-args TUNE_ARGS]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--udp-IP UDP_IP] [--udp-dump-host UDP_DUMP_HOST]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--udp-dump-port UDP_DUMP_PORT] [--udp-port UDP_PORT]
Oct 12 17:44:03 raspberrypi satnogs-client[381]:                       [--waterfall-file-path WATERFALL_FILE_PATH]
Oct 12 17:44:03 raspberrypi satnogs-client[381]: satnogs_fsk.py: error: argument --samp-rate-rx: Invalid engineering notation value:
Oct 12 17:44:07 raspberrypi satnogs-client[381]: satnogsclient.observer.observer - ERROR - No waterfall data file found

Any advice is welcome!!

Starting from the error message

Oct 12 17:25:23 raspberrypi satnogs-client[381]: satnogs_noaa_apt_decoder.py: error: argument --samp-rate-rx: Invalid engineering no

I suspect that the problem is the quotes escape that you have in your settings. Should be

        "satnogs_antenna": "A_BALANCED",
        "satnogs_api_token": "[redacted]",
        "satnogs_rf_gain": "50",
        "satnogs_rx_samp_rate": "2e6",
        "satnogs_soapy_rx_device": "driver=plutosdr",