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
Traceback (most recent call last):
File "download.py", line 235, in<module>
completed_uids, state_fp, prev_cid = get_state(month, args.output_dir)
File "download.py", line 210, in get_state
latest_cid = max([int(a.split("-")[-1].split("_")[0]) forain archives])
ValueError: max() arg is an empty sequence
Is this a known error? I am planning to dig through the code to try and debug this but I first wanted to see if anyone else is facing this issue and knows the fix/cause
The text was updated successfully, but these errors were encountered:
Hi, I downloaded the pre-filtered URL list from here, and then tried to extract the text with
download.py
as per the readmeFor plenty of
.txt
files, I face this errorIs this a known error? I am planning to dig through the code to try and debug this but I first wanted to see if anyone else is facing this issue and knows the fix/cause
The text was updated successfully, but these errors were encountered: