You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/dnas/docker/manual_day.sh 20240327
...
2025-01-01 14:19:58,415|INFO|Starting logging for MRT parser script at level INFO
2025-01-01 14:19:58,432|INFO|Done 0/571
2025-01-01 14:19:58,432|INFO|Checking file /opt/dnas_data/downloads/RRC01/updates.20240327.1615.gz
2025-01-01 14:19:58,514|INFO|Processing /opt/dnas_data/downloads/RRC01/updates.20240327.1615.gz...
multiprocessing.pool.RemoteTraceback:
"""Traceback (most recent call last): File "/opt/pypy3.10-v7.3.17-linux64/lib/pypy3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/opt/pypy3.10-v7.3.17-linux64/lib/pypy3.10/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "/opt/dnas/dnas/scripts/../dnas/mrt_parser.py", line 235, in parse_upd_dump as_path = attr["value"][0]["value"]IndexError: list index out of range"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/dnas/dnas/scripts/parse_mrts.py", line 594, in<module>main()
File "/opt/dnas/dnas/scripts/parse_mrts.py", line 586, in main
process_day(args)
File "/opt/dnas/dnas/scripts/parse_mrts.py", line 417, in process_day
parse_files(filelist=filelist, args=args)
File "/opt/dnas/dnas/scripts/parse_mrts.py", line 341, in parse_files
mrt_s = parse_file(filename=file, multi=args["multi"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/dnas/dnas/scripts/parse_mrts.py", line 280, in parse_file
mrt_chunks = Pool.map(mrt_parser.parse_upd_dump, file_chunks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/pypy3.10-v7.3.17-linux64/lib/pypy3.10/multiprocessing/pool.py", line 367, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/pypy3.10-v7.3.17-linux64/lib/pypy3.10/multiprocessing/pool.py", line 774, in get
raise self._value
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: