Prev
Index
Next
arc: Wed Jul 16 03:15:42 2025
File: /proj/sot/ska/data/arc/Logs/daily.0/arc.log
Task | Status | Age | MaxAge | Last Date |
arc |
NOT OK
|
0.31 | 2.0 |
Wed Jul 16 03:15:42 2025 |
Errors:
- Line 14: <<2025-Jul-15 10:31>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Expecting value: line 1 column 132507 (char 132506)
- Line 14: <<2025-Jul-15 10:31>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Expecting value: line 1 column 132507 (char 132506)
- Line 48: <<2025-Jul-15 14:42>> TimeoutError: The read operation timed out
- Line 60: <<2025-Jul-15 14:42>> raise reraise(type(error), error, _stacktrace)
- Line 70: <<2025-Jul-15 14:42>> raise ReadTimeoutError(
- Line 71: <<2025-Jul-15 14:42>> urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 142: <<2025-Jul-15 15:12>> TimeoutError: The read operation timed out
- Line 154: <<2025-Jul-15 15:12>> raise reraise(type(error), error, _stacktrace)
- Line 164: <<2025-Jul-15 15:12>> raise ReadTimeoutError(
- Line 165: <<2025-Jul-15 15:12>> urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
- Line 223: <<2025-Jul-15 20:40>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 128978 (char 128977)
- Line 223: <<2025-Jul-15 20:40>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 128978 (char 128977)
- Line 238: <<2025-Jul-15 22:30>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129102 (char 129101)
- Line 238: <<2025-Jul-15 22:30>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129102 (char 129101)
- Line 243: <<2025-Jul-15 22:55>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129131 (char 129130)
- Line 243: <<2025-Jul-15 22:55>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129131 (char 129130)
- Line 258: <<2025-Jul-16 03:15>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 131736 (char 131735)
- Line 258: <<2025-Jul-16 03:15>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 131736 (char 131735)
File contents:
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-15 06:36>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Expecting value: line 1 column 163097 (char 163096)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-15 07:56>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Expecting value: line 1 column 163210 (char 163209)
############################################################
/proj/sot/ska3/flight/share/arc3/get_hrc.py --h5=/proj/sot/ska3/flight/data/arc3/hrc_shield.h5 --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 10:31>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Expecting value: line 1 column 132507 (char 132506)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-15 11:01>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Extra data: line 1 column 163808 (char 163807)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 14:42>> Traceback (most recent call last):
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
<<2025-Jul-15 14:42>> response = conn.getresponse()
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 516, in getresponse
<<2025-Jul-15 14:42>> httplib_response = super().getresponse()
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 1428, in getresponse
<<2025-Jul-15 14:42>> response.begin()
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 331, in begin
<<2025-Jul-15 14:42>> version, status, reason = self._read_status()
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 292, in _read_status
<<2025-Jul-15 14:42>> line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/socket.py", line 720, in readinto
<<2025-Jul-15 14:42>> return self._sock.recv_into(b)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1251, in recv_into
<<2025-Jul-15 14:42>> return self.read(nbytes, buffer)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1103, in read
<<2025-Jul-15 14:42>> return self._sslobj.read(len, buffer)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> TimeoutError: The read operation timed out
<<2025-Jul-15 14:42>>
<<2025-Jul-15 14:42>> The above exception was the direct cause of the following exception:
<<2025-Jul-15 14:42>>
<<2025-Jul-15 14:42>> Traceback (most recent call last):
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
<<2025-Jul-15 14:42>> resp = conn.urlopen(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
<<2025-Jul-15 14:42>> retries = retries.increment(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/retry.py", line 474, in increment
<<2025-Jul-15 14:42>> raise reraise(type(error), error, _stacktrace)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/util.py", line 39, in reraise
<<2025-Jul-15 14:42>> raise value
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen
<<2025-Jul-15 14:42>> response = self._make_request(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
<<2025-Jul-15 14:42>> self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout
<<2025-Jul-15 14:42>> raise ReadTimeoutError(
<<2025-Jul-15 14:42>> urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
<<2025-Jul-15 14:42>>
<<2025-Jul-15 14:42>> During handling of the above exception, another exception occurred:
<<2025-Jul-15 14:42>>
<<2025-Jul-15 14:42>> Traceback (most recent call last):
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2025-Jul-15 14:42>> main()
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 634, in main
<<2025-Jul-15 14:42>> states = kadi_states.get_states(start=start, stop=stop)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/states.py", line 2334, in get_states
<<2025-Jul-15 14:42>> cmds = commands.get_cmds(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 283, in get_cmds
<<2025-Jul-15 14:42>> cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
<<2025-Jul-15 14:42>> loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
<<2025-Jul-15 14:42>> contents = occweb.get_occweb_dir(dir_year_month)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
<<2025-Jul-15 14:42>> html = get_occweb_page(
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
<<2025-Jul-15 14:42>> req = requests.get(url, auth=auth, timeout=timeout)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
<<2025-Jul-15 14:42>> return request("get", url, params=params, **kwargs)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
<<2025-Jul-15 14:42>> return session.request(method=method, url=url, **kwargs)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
<<2025-Jul-15 14:42>> resp = self.send(prep, **send_kwargs)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
<<2025-Jul-15 14:42>> r = adapter.send(request, **kwargs)
<<2025-Jul-15 14:42>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 14:42>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 713, in send
<<2025-Jul-15 14:42>> raise ReadTimeout(e, request=request)
<<2025-Jul-15 14:42>> requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
############################################################
/proj/sot/ska3/flight/share/arc3/make_timeline.py --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 15:12>> Traceback (most recent call last):
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
<<2025-Jul-15 15:12>> response = conn.getresponse()
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connection.py", line 516, in getresponse
<<2025-Jul-15 15:12>> httplib_response = super().getresponse()
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 1428, in getresponse
<<2025-Jul-15 15:12>> response.begin()
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 331, in begin
<<2025-Jul-15 15:12>> version, status, reason = self._read_status()
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/http/client.py", line 292, in _read_status
<<2025-Jul-15 15:12>> line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/socket.py", line 720, in readinto
<<2025-Jul-15 15:12>> return self._sock.recv_into(b)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1251, in recv_into
<<2025-Jul-15 15:12>> return self.read(nbytes, buffer)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/ssl.py", line 1103, in read
<<2025-Jul-15 15:12>> return self._sslobj.read(len, buffer)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> TimeoutError: The read operation timed out
<<2025-Jul-15 15:12>>
<<2025-Jul-15 15:12>> The above exception was the direct cause of the following exception:
<<2025-Jul-15 15:12>>
<<2025-Jul-15 15:12>> Traceback (most recent call last):
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
<<2025-Jul-15 15:12>> resp = conn.urlopen(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
<<2025-Jul-15 15:12>> retries = retries.increment(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/retry.py", line 474, in increment
<<2025-Jul-15 15:12>> raise reraise(type(error), error, _stacktrace)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/util/util.py", line 39, in reraise
<<2025-Jul-15 15:12>> raise value
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen
<<2025-Jul-15 15:12>> response = self._make_request(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
<<2025-Jul-15 15:12>> self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout
<<2025-Jul-15 15:12>> raise ReadTimeoutError(
<<2025-Jul-15 15:12>> urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
<<2025-Jul-15 15:12>>
<<2025-Jul-15 15:12>> During handling of the above exception, another exception occurred:
<<2025-Jul-15 15:12>>
<<2025-Jul-15 15:12>> Traceback (most recent call last):
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 1255, in
<<2025-Jul-15 15:12>> main()
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/share/arc3/make_timeline.py", line 634, in main
<<2025-Jul-15 15:12>> states = kadi_states.get_states(start=start, stop=stop)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/states.py", line 2334, in get_states
<<2025-Jul-15 15:12>> cmds = commands.get_cmds(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 283, in get_cmds
<<2025-Jul-15 15:12>> cmds_recent = update_cmd_events_and_loads_and_get_cmds_recent(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 426, in update_cmd_events_and_loads_and_get_cmds_recent
<<2025-Jul-15 15:12>> loads = update_loads(scenario, lookback=lookback, stop_loads=stop_loads)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/commands/commands_v2.py", line 1190, in update_loads
<<2025-Jul-15 15:12>> contents = occweb.get_occweb_dir(dir_year_month)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 367, in get_occweb_dir
<<2025-Jul-15 15:12>> html = get_occweb_page(
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/kadi/occweb.py", line 328, in get_occweb_page
<<2025-Jul-15 15:12>> req = requests.get(url, auth=auth, timeout=timeout)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 73, in get
<<2025-Jul-15 15:12>> return request("get", url, params=params, **kwargs)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/api.py", line 59, in request
<<2025-Jul-15 15:12>> return session.request(method=method, url=url, **kwargs)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
<<2025-Jul-15 15:12>> resp = self.send(prep, **send_kwargs)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
<<2025-Jul-15 15:12>> history = [resp for resp in gen]
<<2025-Jul-15 15:12>> ^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
<<2025-Jul-15 15:12>> resp = self.send(
<<2025-Jul-15 15:12>> ^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
<<2025-Jul-15 15:12>> r = adapter.send(request, **kwargs)
<<2025-Jul-15 15:12>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<<2025-Jul-15 15:12>> File "/proj/sot/ska3/flight/lib/python3.12/site-packages/requests/adapters.py", line 713, in send
<<2025-Jul-15 15:12>> raise ReadTimeout(e, request=request)
<<2025-Jul-15 15:12>> requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='occweb.cfa.harvard.edu', port=443): Read timed out. (read timeout=30)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-15 17:10>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Extra data: line 1 column 162806 (char 162805)
############################################################
/proj/sot/ska3/flight/share/arc3/get_hrc.py --h5=/proj/sot/ska3/flight/data/arc3/hrc_shield.h5 --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 20:40>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 128978 (char 128977)
############################################################
/proj/sot/ska3/flight/share/arc3/get_web_content.pl
############################################################
<<2025-Jul-15 21:31>> Warning: 500 read timeout for web data orbit_image (http://occweb.cfa.harvard.edu/occweb/web/webapps/ifot/ifot.php?r=home&t=qserver&format=orbit&detail=properties&fg=000000&bg=F0F1FF&size=300x230&scale=1400&showtimes=false&border=false&ul=6&tstart=2025:197:01:30:03.000&tstop=2025:199:17:00:03.000)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-15 21:31>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Extra data: line 1 column 162484 (char 162483)
############################################################
/proj/sot/ska3/flight/share/arc3/get_hrc.py --h5=/proj/sot/ska3/flight/data/arc3/hrc_shield.h5 --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 22:30>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129102 (char 129101)
############################################################
/proj/sot/ska3/flight/share/arc3/get_hrc.py --h5=/proj/sot/ska3/flight/data/arc3/hrc_shield.h5 --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-15 22:55>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 129131 (char 129130)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-16 00:50>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Expecting value: line 1 column 162891 (char 162890)
############################################################
/proj/sot/ska3/flight/share/arc3/get_goes_x.py --h5=/proj/sot/ska3/flight/data/arc3/GOES_X.h5
############################################################
<<2025-Jul-16 02:35>> Malformed GOES_X data from SWPC; Table(json.loads(urldat)) did not succeed: Expecting value: line 1 column 163270 (char 163269)
############################################################
/proj/sot/ska3/flight/share/arc3/get_hrc.py --h5=/proj/sot/ska3/flight/data/arc3/hrc_shield.h5 --data-dir=/proj/sot/ska3/flight/data/arc3
############################################################
<<2025-Jul-16 03:15>> Warning: failed to open URL https://services.swpc.noaa.gov/json/goes/primary//differential-protons-6-hour.json: Extra data: line 1 column 131736 (char 131735)